diff options
author | Bradley Taunt <bt@btxx.org> | 2024-05-07 09:03:24 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-05-07 09:03:24 -0400 |
commit | c4a950759b9655a2adcc0cd8b9d95ccd12cb567b (patch) | |
tree | 418992fea6663c297d448295f70df17b6b131041 /local.css | |
parent | 66e0f7374c304f13d96faa8aae7fc0bb31222e97 (diff) |
remove custom typeface
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 24 |
1 files changed, 1 insertions, 23 deletions
@@ -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'); -} |