Code Monkey home page Code Monkey logo

Comments (4)

rsms avatar rsms commented on May 19, 2024 1

Great initiative!

from inter.

rsms avatar rsms commented on May 19, 2024

CONTRIBUTING.md is a good place to start for anyone who's interested in participating.

from inter.

fasterwp avatar fasterwp commented on May 19, 2024

I think the font is excellent; I like it a lot.
As a suggestion, maybe an optimization for the web.
I've seen it on the Beaker browser website, and the font was 500KB out of the 800KB total page size. In my opinion that is a bit much.

from inter.

Calinou avatar Calinou commented on May 19, 2024

@fasterwp I don't think font authors have much control over the file sizes. However, websites implementing Web fonts can use many tricks to optimize delivery size:

  • Serve fonts in WOFF2 format in supported browsers, falling back to WOFF automatically. It seems Inter's WOFF2 files are about 40% smaller compared to WOFF.
  • Consider subsetting fonts to include only the character sets used on the website. This is relatively complex to do, but it can be worth it.
  • Add font-display: swap; to the @font-face declarations so that texts still display while the Web font is loading. This improves the user experience when loading pages over a slow connection.

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.