documentation/assets/roboto-mono.scss

13 lines
492 B
SCSS
Raw Normal View History

2022-10-23 23:57:54 +02:00
@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');
2022-10-23 23:57:54 +02:00
font-weight: 400;
font-display: swap;
font-style: normal;
}