Git Product home page Git Product logo

Comments (12)

RosaWagner avatar RosaWagner commented on June 2, 2024 2

Generated woff2: https://github.com/googlefonts/lexend/tree/main/fonts/lexend/webfonts

You can generate webfonts using https://github.com/bramstein/homebrew-webfonttools

from lexend.

mattweb avatar mattweb commented on June 2, 2024 1

I have generated woff2 files with transfonter.org and replaced them in my project. Unfortunately, I haven't received any feedback from the client yet. I will let you know when he gets back to me :)

from lexend.

mattweb avatar mattweb commented on June 2, 2024

Hi @inreti-sb,

we experienced the same with one of our clients. Has the problem been solved for you?

Greetings from the neighbourhood
Matt

from lexend.

inreti-sb avatar inreti-sb commented on June 2, 2024

Greetings Matt,

unfortunately not. Good to know we are not alone with this.
@RosaWagner made the latest commits, maybe she can push this. :)

Greetings back from the neighbourhood
Sebastian

from lexend.

RosaWagner avatar RosaWagner commented on June 2, 2024

From what I see the contour direction is correct. You are experiencing an issue with variable font support (ie older OS and browsers not rendering some overlaying contours properly). You can download the static ttf fonts from this repository (they have merged contours) and self-host them to avoid this problem. Or you can upgrade the machine for better support (if it is easy to do of course).

from lexend.

inreti-sb avatar inreti-sb commented on June 2, 2024

Hey Rosa, thanks for taking time and the fast reply!
I didn't used variable fonts in this client project, only web formats of typefaces light (300) and medium (500).
And my and my clients OS and browsers are up to date.
Any further ideas what the reason could be?

Greetings to Berlin
Sebastian

from lexend.

RosaWagner avatar RosaWagner commented on June 2, 2024

GF API doesn't merge contours even for static fonts, which is a bit of a pity tbh. Did you try with the fonts from this repo? I can generate woff2 if needed.

from lexend.

inreti-sb avatar inreti-sb commented on June 2, 2024

That's an interresting and promising hint, @RosaWagner !
Just tried to generate woff and woff2 files from this repo via FontSquirrel, but the services says files are corrupted.
Therefore, I would like to accept your offer and I'm interresting which software/service you are using for this. Thanks!

from lexend.

inreti-sb avatar inreti-sb commented on June 2, 2024

Great. Thank you! Didn't have a Mac (and especially iMac for testing this issue) on my own, so have to wait until I can use one in my surrounding. Will let you know if that did the trick! Maybe @mattweb is faster.. :)

from lexend.

pagelab avatar pagelab commented on June 2, 2024

I had the same issue, and it was solved when I used the WOFF2 version referenced above by @RosaWagner.

from lexend.

pagelab avatar pagelab commented on June 2, 2024

Another way to download the woff2 version directly from Google Fonts without the capital “A” glitch is by using Google Fonts Downloader.

from lexend.

pagelab avatar pagelab commented on June 2, 2024

One more tip for those using fontTools to convert ttf fonts to woff2: make sure to use the --no-glyf-transform option to avoid the problem on Macs. Example:

fontTools ttLib.woff2 compress -o /Users/Username/Desktop/Lexend/static/Lexend-Regular.woff2 /Users/Username/Desktop/Lexend/static/Lexend-Regular.ttf --no-glyf-transform

from lexend.

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.