Back to Inter Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sat, 19 Oct 2019 14:54:32 +0530
2 files changed,
12 insertions(+),
4 deletions(-)
M
build/static/style.css
→
build/static/style.css
@@ -1,8 +1,12 @@
-html { font-family: sans-serif; } +@import url('https://rsms.me/inter/inter.css'); +html { font-family: 'Inter', sans-serif; } +@supports (font-variation-settings: normal) { + html { font-family: 'Inter var', sans-serif; } +} html, body { - background: #021012; + background: #021012; } .container {
M
static/style.css
→
static/style.css
@@ -1,8 +1,12 @@
-html { font-family: sans-serif; } +@import url('https://rsms.me/inter/inter.css'); +html { font-family: 'Inter', sans-serif; } +@supports (font-variation-settings: normal) { + html { font-family: 'Inter var', sans-serif; } +} html, body { - background: #021012; + background: #021012; } .container {