From ac70fc789bd8015d34373739a34325e72b6eff0d Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 26 Oct 2025 11:23:48 +0800 Subject: Change font to IM Fell English. --- _site/assets/css/main.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to '_site/assets/css') 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{ -- cgit v1.2.3