From 3fdef390c4500d695ee13b22ea65428e836391c1 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Tue, 29 Dec 2020 15:17:53 +0100 Subject: Let people use the font of their liking --- site/cleopatra/theme.org | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'site/cleopatra/theme.org') diff --git a/site/cleopatra/theme.org b/site/cleopatra/theme.org index 4ee0541..467b8b1 100644 --- a/site/cleopatra/theme.org +++ b/site/cleopatra/theme.org @@ -61,10 +61,6 @@ noscript.parentNode.removeChild(noscript); rel="stylesheet"> - - #+END_SRC @@ -141,8 +137,8 @@ Then, we style! html width : 100% height : 100% - font-size : 110% - font-weight : 200 + font-size : 100% + font-weight : normal color : #222 a @@ -152,7 +148,7 @@ a:visited color : #222 body - font-family : Spectral, serif + font-family : serif margin : 0 var(--side-margin) 0 calc(var(--side-margin) - 2rem) !important padding : 2rem @media screen and (min-width: calc(#{$content-width} + 2 * #{$large-side-margin})) @@ -179,7 +175,7 @@ main h3, main h4, main h5, main h6 - font-weight : 400 + font-weight : bold color : #0c0016 header a, @@ -194,7 +190,7 @@ main margin-left : 0 dl dt - font-weight : 400 + font-weight : bold dl dt:not(:first-child) padding-top : .5rem -- cgit v1.2.3