Updated font usage
This commit is contained in:
parent
3f0f14aa38
commit
42349b1e99
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue