Remove google imports
This commit is contained in:
parent
1d9c28dabe
commit
6e600a833e
2 changed files with 1 additions and 10 deletions
BIN
fonts/Ubuntu-Regular.ttf
Normal file
BIN
fonts/Ubuntu-Regular.ttf
Normal file
Binary file not shown.
11
style.css
11
style.css
|
@ -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 {
|
:root {
|
||||||
--color-bg: #24273a;
|
--color-bg: #24273a;
|
||||||
--color-fg: #D9E0EE;
|
--color-fg: #D9E0EE;
|
||||||
|
@ -13,6 +10,7 @@ html, body {
|
||||||
background: var(--color-bg);
|
background: var(--color-bg);
|
||||||
color: var(--color-fg);
|
color: var(--color-fg);
|
||||||
font-family: "Ubuntu";
|
font-family: "Ubuntu";
|
||||||
|
src: url('fonts/Ubuntu-Regular.ttf') format('truetype');
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -146,10 +144,3 @@ a:hover {
|
||||||
100% {
|
100% {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#Date {
|
|
||||||
|
|
||||||
font-family: 'Bebas Neue';
|
|
||||||
font-size: 40px;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue