fonts++
This commit is contained in:
@@ -8,14 +8,12 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Beryozki';
|
font-family: 'Beryozki';
|
||||||
src: url('/style/fonts/Beryozki.woff') format('woff'),
|
src: url('/style/fonts/Beryozki.woff') format('woff'),
|
||||||
url('Beryozki.ttf') format('truetype'),
|
url('/style/fonts/Beryozki.ttf') format('truetype'),
|
||||||
url('Beryozki.svg#Beryozki') format('svg');
|
url('/style/fonts/Beryozki.svg#Beryozki') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.normalText {
|
.normalText {
|
||||||
font-size: var(--textSize);
|
font-size: var(--textSize);
|
||||||
font-family: 'Sometype Mono', monospace;
|
font-family: 'Sometype Mono', monospace;
|
||||||
|
|||||||
Reference in New Issue
Block a user