Reduced file size of images and switched from web import to local font

This commit is contained in:
IdleEndeavor 2022-03-10 13:47:36 +03:00
parent 8b8dba7a74
commit d4033a17b5
5 changed files with 10 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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;
}

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