Styling of home
This commit is contained in:
31
styles/font-faces.css
Normal file
31
styles/font-faces.css
Normal 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");
|
||||
}
|
||||
Reference in New Issue
Block a user