1
1
mirror of https://github.com/rsms/inter.git synced 2024-09-11 10:55:24 +03:00

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>
Using Inter is as easy as
<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
get it from <a href="https://fonts.google.com/specimen/Inter">Google Fonts</a>.
the font files. If you're making a web thing, you can use the following CSS.
<!-- or get it from <a href="https://fonts.google.com/specimen/Inter">Google Fonts</a>. -->
</p>
<pre>@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }