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; }