all repos — site @ 59ee5dfcdd95c98d62240e586bac045c56ab8c99

source for my site, found at icyphox.sh

Nuke fonts; use only serifs
Anirudh Oppiliappan x@icyphox.sh
Mon, 04 Jan 2021 12:38:46 +0530
commit

59ee5dfcdd95c98d62240e586bac045c56ab8c99

parent

5a0530b3bba964acb1eb78ca4d691a52afd276f5

6 files changed, 5 insertions(+), 23 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -5,30 +5,12 @@ }*/

@supports (font-variation-settings: normal) { html { - font-family: 'Charter', sans-serif; + font-family: sans-serif; font-feature-settings: 'ss01' 1, 'kern' 1, 'liga' 1, 'zero' 1, 'cv03' 1, 'cv02' 1, 'cv04' 1, 'tnum' 1; } } -@font-face { - font-family: 'Charter'; - src: url('/static/fonts/charter_italic.woff') format('woff'); - font-style: italic; -} - - -@font-face { - font-family: 'Charter'; - src: url('/static/fonts/charter_bold.woff') format('woff'); -} - -@font-face { - font-family: 'Charter'; - src: url('/static/fonts/charter_regular.woff') format('woff'); -} - - :root { --bg: #fff; --cyan: #1e9191;

@@ -52,7 +34,7 @@ }

.content > article, p, blockquote, ul { line-height: 1.5; - font-family: 'Charter', serif; + font-family: serif; font-feature-settings: normal; }

@@ -61,7 +43,7 @@ margin: auto 5% auto 5%;

} .pull-right > p { - font-family: 'Charter', serif; + font-family: serif; } /*.content > h1, h2, h3, h4 {

@@ -136,7 +118,7 @@ }

.openring-feed > p { padding: 4px 8px 4px; - font-family: 'Charter', serif; + font-family: serif; } .sep {

@@ -292,7 +274,7 @@ }

.muted { color: var(--gray); - font-family: 'Charter', serif; + font-family: serif; font-size: 18px; }