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

chore: revert prettier for readme

+1 -4
+1 -4
README.md
··· 27 Or in your HTML's `<head>` you could do: 28 29 ```html 30 - <link 31 - rel="stylesheet" 32 - href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css" 33 - /> 34 ``` 35 36 Replace `inter` with the font name, of course.
··· 27 Or in your HTML's `<head>` you could do: 28 29 ```html 30 + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/inter.min.css"> 31 ``` 32 33 Replace `inter` with the font name, of course.