Remove google imports

This commit is contained in:
Hydroxycarbamide 2023-12-22 09:51:01 +01:00
parent 1d9c28dabe
commit 6e600a833e
2 changed files with 1 additions and 10 deletions

BIN
fonts/Ubuntu-Regular.ttf Normal file

Binary file not shown.

View file

@ -1,6 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
:root {
--color-bg: #24273a;
--color-fg: #D9E0EE;
@ -13,6 +10,7 @@ html, body {
background: var(--color-bg);
color: var(--color-fg);
font-family: "Ubuntu";
src: url('fonts/Ubuntu-Regular.ttf') format('truetype');
height: 100%;
width: 100%;
margin: 0;
@ -146,10 +144,3 @@ a:hover {
100% {
opacity: 1;
}
}
#Date {
font-family: 'Bebas Neue';
font-size: 40px;
}