···11-# fonts
22-A fast, open-source CDN for open-source fonts. Inspired by xz/fonts
11+# intergrav/fonts
22+33+A fast, open-source CDN for open-source fonts. Inspired by xz/fonts. You can view available fonts in the `/serve` directory. More fonts to be added later! If you have any suggestions, open up an issue.
44+55+## Importing
66+77+In your CSS you could do:
88+99+```css
1010+@import url('https://cdn.jsdelivr.net/gh/intergrav/fonts@1.x/serve/inter.css');
1111+```
1212+1313+Or in your HTML's `<head>` you could do:
31444-More fonts to be added later :)
1515+```html
1616+<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1.x/serve/inter.css">
1717+```
1818+1919+Replace `inter` with the font name, of course.