all repos — site @ 9bea07fda9d66456aa941fb64ca82f9cdcc1c056

source for my site, found at icyphox.sh

Switch to Charter
Anirudh Oppiliappan x@icyphox.sh
Fri, 28 Aug 2020 10:41:51 +0530
commit

9bea07fda9d66456aa941fb64ca82f9cdcc1c056

parent

47ead7cee313948843ff88673ac7a36cc7c69127

M static/style.cssstatic/style.css

@@ -11,19 +11,23 @@ 'cv03' 1, 'cv02' 1, 'cv04' 1, 'tnum' 1;

} } -/*@font-face { - font-family: 'Garamond'; - src: url('/static/fonts/EBGaramond-Italic.ttf') format('truetype'); +@font-face { + font-family: 'Charter'; + src: url('/static/fonts/charter_italic.woff') format('woff'); font-style: italic; - font-size: 20; } + @font-face { - font-family: 'Garamond'; - src: url('/static/fonts/EBGaramond-Regular.ttf') format('truetype'); - src: url('/static/fonts/EBGaramond-Regular.woff2') format('woff2'); - src: url('/static/fonts/EBGaramond-Regular.woff') format('woff'); -}*/ + 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 { --dull: #f4f4f4;

@@ -45,15 +49,19 @@ font-size: 18px;

line-height: 1.5; } -/*.content > article, p, blockquote, ul { +.content > article, p, blockquote, ul { line-height: 1.4; - font-family: 'Garamond'; + font-family: 'Charter'; font-feature-settings: normal; -}*/ +} -/*.content > h1, h2, h3, h4 { +.pull-right > p { + font-family: 'Inter'; +} + +.content > h1, h2, h3, h4 { font-family: 'Inter'; -}*/ +} a { color: var(--gray);

@@ -143,6 +151,9 @@ }

pre > code { color: var(--code); +} + +pre { background: var(--dull) }