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

Update README.md

authored by devins.page and committed by GitHub cbc73d0a 1bb737c3

+2 -2
+2 -2
README.md
··· 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: 14 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.
··· 7 In your CSS you could do: 8 9 ```css 10 + @import url('https://cdn.jsdelivr.net/gh/intergrav/fonts@1.x/serve/inter.min.css'); 11 ``` 12 13 Or in your HTML's `<head>` you could do: 14 15 ```html 16 + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1.x/serve/inter.min.css"> 17 ``` 18 19 Replace `inter` with the font name, of course.