Use sans-serif througout Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sat, 05 Oct 2019 16:39:46 +0530
4 files changed,
2 insertions(+),
10 deletions(-)
M
build/static/style.css
→
build/static/style.css
@@ -1,8 +1,4 @@
-@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 { font-family: sans-serif; } html, body {
M
static/style.css
→
static/style.css
@@ -1,8 +1,4 @@
-@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 { font-family: sans-serif; } html, body {