cssfontscross-browsergoogle-font-api

How can I download WOFF files from Google Fonts?


Google Fonts seems to only offer fonts in WOFF2.

While this works fine with Chrome, WOFF2 doesn't seem to be supported by many other browsers

Is there a way to directly link to Google fonts hosted on their CDN in a format other than WOFF2?


Solution

  • Unfortunately Google does not offer an easy way to directly download fonts. You can browse the git repository to search for the file you want, though there are only TTF files on GitHub available.

    Also, do not directly link to the GitHub hosted fonts in your CSS! GitHub serves the files with the wrong mime type, which causes issues in some browsers.

    While there is not a mainstream CDN for all the formats, you can use https://gwfh.mranftl.com/ to download the font files and host them yourselves.