From c4a950759b9655a2adcc0cd8b9d95ccd12cb567b Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 7 May 2024 09:03:24 -0400 Subject: remove custom typeface --- local.css | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/local.css b/local.css index b9bb487..32b2194 100644 --- a/local.css +++ b/local.css @@ -19,7 +19,7 @@ pre,code{font-size:12pt;} .pageheader .actions ul li a{display:none;} .pageheader .actions ul li a[href="./#comments"]{display:inline;} .pageheader .actions, #searchform{right:1em;} -#content{font-family:"Alegreya","Palatino",serif;font-size:15pt;margin:1em 0;} +#content{font-family:serif;font-size:15pt;margin:1em 0;} #content p{line-height:1.33;text-align:justify;} .sidebar{background:none;border:0;border-bottom:1px solid #999;color:black!important;float:none;padding:0;width:100%;} .sidebar p{font-size:1rem;margin-top:0;} @@ -49,25 +49,3 @@ pre,code{font-size:12pt;} a{color:goldenrod;} pre,code{background:black;} } - -@font-face { - font-family: 'Alegreya'; - font-display: fallback; - font-style: normal; - font-weight: 300; - src: url(./public/fonts/Alegreya-Regular.ttf) format('truetype'); -} -@font-face { - font-family: 'Alegreya'; - font-display: fallback; - font-style: italic; - font-weight: 300; - src: url(./public/fonts/Alegreya-Italic.ttf) format('truetype'); -} -@font-face { - font-family: 'Alegreya'; - font-display: fallback; - font-style: bold; - font-weight: 600; - src: url(./public/fonts/Alegreya-Bold.ttf) format('truetype'); -} -- cgit v1.2.3-54-g00ecf