website: comment out the Google Fonts link for now as their version is problematic
This commit is contained in:
parent
e614a1c40f
commit
c157a1d161
1 changed files with 2 additions and 2 deletions
|
|
@ -90,8 +90,8 @@ endfor
|
||||||
<p>
|
<p>
|
||||||
Using Inter is as easy as
|
Using Inter is as easy as
|
||||||
<a class="download-link" href="{{download_url}}">downloading & installing</a>
|
<a class="download-link" href="{{download_url}}">downloading & installing</a>
|
||||||
the font files. If you're making a web thing, you can use the following CSS or
|
the font files. If you're making a web thing, you can use the following CSS.
|
||||||
get it from <a href="https://fonts.google.com/specimen/Inter">Google Fonts</a>.
|
<!-- or get it from <a href="https://fonts.google.com/specimen/Inter">Google Fonts</a>. -->
|
||||||
</p>
|
</p>
|
||||||
<pre>@import url('https://rsms.me/inter/inter.css');
|
<pre>@import url('https://rsms.me/inter/inter.css');
|
||||||
html { font-family: 'Inter', sans-serif; }
|
html { font-family: 'Inter', sans-serif; }
|
||||||
|
|
|
||||||
Reference in a new issue