This commit is contained in:
Frog-Lover-Antony
2023-10-31 19:52:31 +03:00
parent e9d3f1b870
commit 62b0062c4d

View File

@@ -8,13 +8,11 @@
@font-face {
font-family: 'Beryozki';
src: url('/style/fonts/Beryozki.woff') format('woff'),
url('Beryozki.ttf') format('truetype'),
url('Beryozki.svg#Beryozki') format('svg');
url('/style/fonts/Beryozki.ttf') format('truetype'),
url('/style/fonts/Beryozki.svg#Beryozki') format('svg');
font-weight: normal;
font-style: normal;
}
.normalText {
font-size: var(--textSize);