diff --git a/README.md b/README.md index 682e693..430c654 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ -# fonts -A fast, open-source CDN for open-source fonts. Inspired by xz/fonts +# intergrav/fonts -More fonts to be added later :) +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. + +## Importing + +In your CSS you could do: + +```css +@import url('https://cdn.jsdelivr.net/gh/intergrav/fonts@1.x/serve/inter.css'); +``` + +Or in your HTML's `
` you could do: + +```html + +``` + +Replace `inter` with the font name, of course.