All Projects → xz → Fonts

xz / Fonts

A fast, open-source CDN for open-source fonts

Labels

xz/fonts

A fast, open-source CDN for open-source fonts.

xz/fonts is a free and open source service for delivering font families to websites using CSS.

Typically, web developers use custom fonts on their websites using one of two methods:

  • hosting font files on the same server as the website
  • using a central font service, such as Google Fonts or Adobe Typekit

xz/fonts, by comparison:

  • serves font files through jsDelivr's global content delivery network
  • is fully open source and only serves open source fonts

For the font Inter, it's as easy as adding this to your CSS:

@import url('https://cdn.jsdelivr.net/npm/@xz/[email protected]/serve/inter.css');

or this to your HTML's <head>:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xz/[email protected]/serve/inter.css">

Usage

Visit the documentation at docs.xz.style/fonts for an easy step-by-step guide.

Having trouble?

Don't worry! Open an issue here. I'll gladly help you out.

Special Thanks

❤️ to transfonter.org for providing a fast and reliable service for converting .ttf font files to multiple web formats. If you love what they do, consider donating to them! I'm not affiliated in any way, just love the service.


Powered by Vercel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].