diff --git a/fonts/Ubuntu-Regular.ttf b/fonts/Ubuntu-Regular.ttf deleted file mode 100644 index f98a2da..0000000 Binary files a/fonts/Ubuntu-Regular.ttf and /dev/null differ diff --git a/index.html b/index.html index 9956e29..8db2e87 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,14 @@
+ + + + + + +

+
diff --git a/style.css b/style.css index 4a714c3..e4a16be 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,6 @@ +@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; @@ -10,7 +13,6 @@ 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; @@ -144,3 +146,10 @@ a:hover { 100% { opacity: 1; } +} + +#Date { + + font-family: 'Bebas Neue'; + font-size: 40px; +}