all repos — site @ 611f60ecea7e933572bc8dee0dab312f1b8c35b7

source for my site, found at icyphox.sh

Fix fonts
Anirudh Oppiliappan x@icyphox.sh
Mon, 04 Jan 2021 13:04:03 +0530
commit

611f60ecea7e933572bc8dee0dab312f1b8c35b7

parent

59ee5dfcdd95c98d62240e586bac045c56ab8c99

1 files changed, 0 insertions(+), 18 deletions(-)

jump to
M static/style.cssstatic/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;