[archived] collection of open-source fonts distributed with jsDelivr

Update README.md

authored by devins.page and committed by

GitHub 1bb737c3 b1a53d53

+18 -3
+18 -3
README.md
··· 1 - # fonts 2 - A fast, open-source CDN for open-source fonts. Inspired by xz/fonts 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: 3 14 4 - More fonts to be added later :) 15 + ```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.