aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-09 17:48:41 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-09 17:48:41 +0100
commit5fb1baf8fcf3dd9e4ca5102d875cd05134a9535a (patch)
tree00ea9903931c0fea884e1539fd909ced032094c3
parent956ec33e70c8c6d41ffd0ebcfdcb9d6ffe3bc862 (diff)
downloadyannherklotz.com-5fb1baf8fcf3dd9e4ca5102d875cd05134a9535a.tar.gz
yannherklotz.com-5fb1baf8fcf3dd9e4ca5102d875cd05134a9535a.zip
Remove EBGaramond
-rw-r--r--themes/ymherklotz/static/css/blog.css3
-rw-r--r--themes/ymherklotz/static/css/default.css8
2 files changed, 6 insertions, 5 deletions
diff --git a/themes/ymherklotz/static/css/blog.css b/themes/ymherklotz/static/css/blog.css
index 5d44281..b8fdcea 100644
--- a/themes/ymherklotz/static/css/blog.css
+++ b/themes/ymherklotz/static/css/blog.css
@@ -1,4 +1,4 @@
-article > p:first-of-type:first-letter {
+/*article > p:first-of-type:first-letter {
float: left;
line-height: 1;
padding-right: 5px;
@@ -6,3 +6,4 @@ article > p:first-of-type:first-letter {
font-family: 'EBGaramond-Init', 'EBGaramond', serif;
font-size: 75px;
}
+*/
diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css
index 86f8d62..da67522 100644
--- a/themes/ymherklotz/static/css/default.css
+++ b/themes/ymherklotz/static/css/default.css
@@ -34,7 +34,7 @@
src: url('/fonts/ttf/iosevka-ymhg-bolditalic.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-bolditalic.woff2') format('woff2');
}
-@font-face {
+/*@font-face {
font-family: 'EBGaramond';
font-weight: 400;
font-style: normal;
@@ -48,7 +48,7 @@
font-style: italic;
font-display: swap;
src: url('/fonts/ttf/EBGaramond12-Italic.ttf') format('truetype'), url('/fonts/woff/EBGaramond12-Italic.woff') format('woff');
-}
+}*/
body {
background-color: #fffff8;
@@ -120,11 +120,11 @@ h1:hover > .heading-anchor1, h2:hover > .heading-anchor2, h3:hover > .heading-an
color: #fffff8;
}
-// .heading-anchor1, .heading-anchor2, .heading-anchor3, .heading-anchor4, .heading-anchor5, .heading-anchor6 { color: #171d30; }
+/* .heading-anchor1, .heading-anchor2, .heading-anchor3, .heading-anchor4, .heading-anchor5, .heading-anchor6 { color: #171d30; }*/
}
html {
- font-family: 'EBGaramond', serif;
+ font-family: /*'EBGaramond',*/ serif;
}
body {