From 42349b1e99109cc7af615bbb9608135963b0c29e Mon Sep 17 00:00:00 2001 From: Author <> Date: Sat, 26 Aug 2023 14:43:08 -0400 Subject: [PATCH] Updated font usage --- css/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/theme.css b/css/theme.css index b13a2f2..2dddc06 100644 --- a/css/theme.css +++ b/css/theme.css @@ -9,7 +9,7 @@ @font-face { font-family: 'TitleFont'; - src: url('../font/OFLGoudyStMTT.ttf') format('truetype'); + src: url('../font/ioseevka_term_regular.ttf') format('truetype'); } body { @@ -20,7 +20,6 @@ body { .title { font-family: TitleFont; - font-feature-settings: "c2sc", "smcp"; font-size: 72px; }