website: comment out the Google Fonts link for now as their version is problematic

This commit is contained in:
Rasmus Andersson 2022-01-18 11:09:52 -08:00
parent e614a1c40f
commit c157a1d161

View file

@ -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 &amp; installing</a> <a class="download-link" href="{{download_url}}">downloading &amp; 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; }