summaryrefslogtreecommitdiffstats
path: root/_site/assets/css
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-26 11:23:48 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-26 11:23:48 +0800
commitac70fc789bd8015d34373739a34325e72b6eff0d (patch)
tree05d07952122568b65b1de9cedfcd4b99dc748642 /_site/assets/css
parent579775615329d0ca7e8bf769782bc8d91ab72877 (diff)
downloadwww-ac70fc789bd8015d34373739a34325e72b6eff0d.tar.gz
Change font to IM Fell English.
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{