Fix fonts

This commit is contained in:
Eugen Rochko 2022-10-23 23:57:54 +02:00
parent d1f47a9d2d
commit 10f2068f40
27 changed files with 64686 additions and 9 deletions

12
assets/roboto-mono.scss Normal file
View file

@ -0,0 +1,12 @@
@font-face {
font-family: 'Roboto Mono';
src:
local('Roboto Mono'),
url('../webfonts/roboto-mono/robotomono-regular-webfont.woff2') format('woff2'),
url('../webfonts/roboto-mono/robotomono-regular-webfont.woff') format('woff'),
url('../webfonts/roboto-mono/robotomono-regular-webfont.ttf') format('truetype'),
url('../webfonts/roboto-mono/robotomono-regular-webfont.svg#roboto_monoregular') format('svg');
font-weight: 400;
font-display: swap;
font-style: normal;
}