···1-# fonts
2-A fast, open-source CDN for open-source fonts. Inspired by xz/fonts
0000000000034-More fonts to be added later :)
0000
···1+# intergrav/fonts
2+3+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.
4+5+## Importing
6+7+In your CSS you could do:
8+9+```css
10+@import url('https://cdn.jsdelivr.net/gh/intergrav/fonts@1.x/serve/inter.css');
11+```
12+13+Or in your HTML's `<head>` you could do:
1415+```html
16+<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1.x/serve/inter.css">
17+```
18+19+Replace `inter` with the font name, of course.