2022-10-23 23:57:54 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto Mono';
|
|
|
|
src:
|
|
|
|
local('Roboto Mono'),
|
2022-12-21 06:26:37 +01:00
|
|
|
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');
|
2022-10-23 23:57:54 +02:00
|
|
|
font-weight: 400;
|
|
|
|
font-display: swap;
|
|
|
|
font-style: normal;
|
|
|
|
}
|