This commit is contained in:
Mikola
2024-04-16 17:00:44 +03:00
parent 271374b6c6
commit 86a784bee2
24 changed files with 754 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -394,3 +394,16 @@
url('LabGrotesque-Light.ttf') format('truetype');
font-weight: 300;
}
@font-face {
font-family: 'Geraspoheko';
src: url('GeraspohekoRegular.eot');
src: local('Geraspoheko'), local('GeraspohekoRegular'),
url('GeraspohekoRegular.eot?#iefix') format('embedded-opentype'),
url('GeraspohekoRegular.woff2') format('woff2'),
url('GeraspohekoRegular.woff') format('woff'),
url('GeraspohekoRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}