summaryrefslogtreecommitdiffstats
path: root/_site/assets/css
diff options
context:
space:
mode:
Diffstat (limited to '_site/assets/css')
-rw-r--r--_site/assets/css/main.css16
1 files changed, 4 insertions, 12 deletions
diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css
index 249b3c6..ec5bc65 100644
--- a/_site/assets/css/main.css
+++ b/_site/assets/css/main.css
@@ -1,18 +1,11 @@
@font-face {
- font-family: 'IM Fell DW Pica';
- src: url("/assets/fonts/IMFellDWPica-Regular.ttf") format("truetype"),
- url("/assets/fonts/IMFellDWPica-Italic.ttf") format("truetype");
-}
-
-@font-face {
- font-family: 'IM Fell English SC';
- src: url("/assets/fonts/IMFellEnglishSC-Regular.ttf") format("truetype");
+ font-family: 'IM Fell English';
+ src: url("/assets/fonts/IMFellEnglish-Regular.ttf") format("truetype"),
+ url("/assets/fonts/IMFellEnglish-Italic.ttf") format("truetype");
}
:root {
--link-color: #2f2f2f;
- --main-font: 'IM Fell DW Pica', serif;
- --title-font: 'IM Fell English SC', serif;
}
*,
@@ -28,7 +21,7 @@ body{
text-decoration-skip: ink;
color: #2f2f2f;
padding-top: 10px;
- font-family: var(--main-font);
+ font-family: 'IM Fell English', serif;
background-color: #f4f2e8;
}
@@ -110,7 +103,6 @@ td {
.brand {
margin-bottom: 2rem;
- font-family: var(--title-font);
}
.title{