Styling of home

This commit is contained in:
Sebastian Seedorf
2022-08-22 17:04:39 +02:00
parent 537a18fb88
commit d964748a66
55 changed files with 1791 additions and 341 deletions

31
styles/font-faces.css Normal file
View File

@@ -0,0 +1,31 @@
@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");
}