From 84c8f1ffcef929477d689edc96c9ac11268fa8be Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Thu, 5 Mar 2020 18:35:49 -0800 Subject: [PATCH] website: adds link to Google Fonts --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 3b21fbd39..287c7099c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -93,7 +93,8 @@ endfor

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

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