diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-26 11:23:48 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-26 11:23:48 +0800 |
| commit | ac70fc789bd8015d34373739a34325e72b6eff0d (patch) | |
| tree | 05d07952122568b65b1de9cedfcd4b99dc748642 /_site/assets/css | |
| parent | 579775615329d0ca7e8bf769782bc8d91ab72877 (diff) | |
| download | www-ac70fc789bd8015d34373739a34325e72b6eff0d.tar.gz | |
Change font to IM Fell English.
Diffstat (limited to '_site/assets/css')
| -rw-r--r-- | _site/assets/css/main.css | 16 |
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{ |
