···2233[](https://www.npmjs.com/package/@intergrav/fonts) [](https://cdn.jsdelivr.net/npm/@intergrav/fonts/) [](https://github.com/intergrav/fonts)
4455-A fast, open-source CDN for open-source fonts. Inspired by [xz/fonts](https://github.com/xz/fonts).
55+A fast, open-source CDN for open-source fonts. Inspired by [xz/fonts](https://github.com/xz/fonts).
6677You can view available fonts in the `/serve` directory. More fonts will be added later. If you have any suggestions, open up an issue.
88···2121In your CSS you could do:
22222323```css
2424-@import url('https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css');
2424+@import url("https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css");
2525```
26262727Or in your HTML's `<head>` you could do:
28282929```html
3030-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css">
3030+<link
3131+ rel="stylesheet"
3232+ href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css"
3333+/>
3134```
32353336Replace `inter` with the font name, of course.