xz / fonts

A fast, open-source CDN for open-source fonts
https://fonts.xz.style
268 stars 14 forks source link

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:

xz/fonts, by comparison:


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

@import url('https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/inter.css');

or this to your HTML's <head>:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xz/fonts@1/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