summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-01-18 22:09:52 +0300
committerRasmus Andersson <rasmus@notion.se>2022-01-18 22:09:52 +0300
commitc157a1d161134d369705a9de3b55087630cb9d54 (patch)
treeb26376c325b962da3e08485df6672c8c6aa1e14a /docs
parente614a1c40f7151ba7eaa9ccb200738bcd8076f77 (diff)
downloadinter-c157a1d161134d369705a9de3b55087630cb9d54.tar.xz
website: comment out the Google Fonts link for now as their version is problematic
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 434de4532..4a28bd8e4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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; }