summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css24
1 files changed, 1 insertions, 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');
-}