GithubHelp home page GithubHelp logo

Inter Ui (web) File Size? about inter HOT 3 CLOSED

rsms avatar rsms commented on May 21, 2024 2
Inter Ui (web) File Size?

from inter.

Comments (3)

rsms avatar rsms commented on May 21, 2024 8

Indeed the file size is simply larger than what you are used to because of the greater coverage of glyphs. Subsetting is a pretty easy process and whenever Inter UI gets onto Google Fonts, you may be able to grab subsets from them.

I propose you read the following article: https://www.bramstein.com/writing/web-font-anti-patterns-subsetting.html

In practice, the file size makes little difference in speed, especially on high-end mobile devices where the TCP/IP handshake and TLS negotiation of a new connection often takes several orders of magnitude longer than transfering packets for a file itself. (I worked on this kind of stuff at the Facebook mobile infrastructure team a few years ago.)

If you still insist in subsetting, you can use Google's sfntly (https://github.com/googlei18n/sfntly; macOS Homebrew repo here https://github.com/bramstein/homebrew-webfonttools)

@philipbelesky I'd stronly recommend against including subsets in the NPM package. It's both easy to make a mistake (and not knowing it, like dropping a component used by a glyph left in, causing certain software to choke) and the world speaks many languages — e.g. providing a ASCII-only subset would not be usable for any display of user data (e.g. on a website) and in my experience most people using NPM never look at the details, so it's very possible that users of such subsets won't actually understand the compromises they are making.

from inter.

philipbelesky avatar philipbelesky commented on May 21, 2024 2

I assume this is at least partly because the glyph set covers a lot of language characters that might be stripped away in more 'optimised' web fonts. If @rsms is interested I'd be happy to look at producing smaller subsets (either here or in the npm package) that reduce file size by offering narrower language support. I'm not super experienced with font editing but my first guess for how to do that would be a via a bash script that runs some font forge commands?

from inter.

bhellman1 avatar bhellman1 commented on May 21, 2024

That would be greatly appreciated... @rsms ?

from inter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.