summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; }