mirror of
https://github.com/IdleEndeavor/gamesearch.git
synced 2025-04-29 14:14:31 +02:00
Reduced file size of images and switched from web import to local font
This commit is contained in:
parent
8b8dba7a74
commit
d4033a17b5
BIN
css/fonts/roboto-regular-webfont.woff
Normal file
BIN
css/fonts/roboto-regular-webfont.woff
Normal file
Binary file not shown.
BIN
css/fonts/roboto-regular-webfont.woff2
Normal file
BIN
css/fonts/roboto-regular-webfont.woff2
Normal file
Binary file not shown.
@ -1,4 +1,10 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
|
||||
url('fonts/roboto-regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
@ -34,7 +40,7 @@ body {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
flex-direction: column;
|
||||
font-family: roboto;
|
||||
font-family: Roboto;
|
||||
margin: 10px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@ -53,7 +59,7 @@ body {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
flex-direction: column;
|
||||
font-family: roboto;
|
||||
font-family: Roboto;
|
||||
margin: 10px;
|
||||
width: fit-content;
|
||||
position: fixed;
|
||||
@ -72,7 +78,7 @@ body {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
font-family: roboto;
|
||||
font-family: Roboto;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
|
BIN
img/favicon.png
BIN
img/favicon.png
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 22 KiB |
Loading…
x
Reference in New Issue
Block a user