32 lines
718 B
CSS
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");
|
|
}
|