From c157a1d161134d369705a9de3b55087630cb9d54 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 18 Jan 2022 11:09:52 -0800 Subject: website: comment out the Google Fonts link for now as their version is problematic --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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

Using Inter is as easy as downloading & installing - the font files. If you're making a web thing, you can use the following CSS or - get it from Google Fonts. + the font files. If you're making a web thing, you can use the following CSS. +

@import url('https://rsms.me/inter/inter.css');
 html { font-family: 'Inter', sans-serif; }
-- 
cgit v1.2.3