Fix fonts
Anirudh Oppiliappan x@icyphox.sh
Mon, 04 Jan 2021 13:04:03 +0530
1 files changed,
0 insertions(+),
18 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -1,16 +1,3 @@
-/*@font-face { - font-family: 'Inter'; - src: url('/static/fonts/Inter-V.otf') format('opentype'); -}*/ - -@supports (font-variation-settings: normal) { - html { - font-family: sans-serif; - font-feature-settings: 'ss01' 1, 'kern' 1, 'liga' 1, 'zero' 1, - 'cv03' 1, 'cv02' 1, 'cv04' 1, 'tnum' 1; - } -} - :root { --bg: #fff; --cyan: #1e9191;@@ -46,10 +33,6 @@ .pull-right > p {
font-family: serif; } -/*.content > h1, h2, h3, h4 { - font-family: 'Inter'; -}*/ - a { color: var(--gray); text-decoration: none;@@ -59,7 +42,6 @@ a:hover {
background: #eee; color: var(--dark); } - article a, a:hover, footer a { color: inherit;