Files
node-factorio-recipes/styles/font-faces.css
Sebastian Seedorf d964748a66 Styling of home
2022-08-22 17:04:39 +02:00

32 lines
718 B
CSS

@font-face {
font-display: swap;
font-family: Roboto;
font-style: normal;
font-weight: 400;
src: url("/factorio/fonts/Roboto-Regular.ttf") format("woff2");
}
@font-face {
font-display: swap;
font-family: Roboto;
font-style: italic;
font-weight: 400;
src: url("/factorio/fonts/Roboto-Italic.ttf") format("woff2");
}
@font-face {
font-display: swap;
font-family: Roboto;
font-style: normal;
font-weight: 500;
src: url("/factorio/fonts/Roboto-Medium.ttf") format("woff2");
}
@font-face {
font-display: swap;
font-family: Roboto;
font-style: italic;
font-weight: 500;
src: url("/factorio/fonts/Roboto-MediumItalic.ttf") format("woff2");
}