This commit is contained in:
Frog-Lover-Antony
2023-10-31 19:52:04 +03:00
parent c5b1b7125f
commit e9d3f1b870
5 changed files with 706 additions and 0 deletions

View File

@@ -1,3 +1,21 @@
@font-face {
font-family: 'Beryozki';
src: url('/style/fonts/Beryozki.eot') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Beryozki';
src: url('/style/fonts/Beryozki.woff') format('woff'),
url('Beryozki.ttf') format('truetype'),
url('Beryozki.svg#Beryozki') format('svg');
font-weight: normal;
font-style: normal;
}
.normalText {
font-size: var(--textSize);
font-family: 'Sometype Mono', monospace;