Updated font usage

This commit is contained in:
Author 2023-08-26 14:43:08 -04:00
parent 3f0f14aa38
commit 42349b1e99

View file

@ -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;
}