Fix font import

This commit is contained in:
Hydroxycarbamide 2023-12-22 10:05:15 +01:00
parent fb237e9c1f
commit d28cca98aa

View file

@ -1,3 +1,10 @@
@font-face {
font-family: "Ubuntu";
src: url('fonts/Ubuntu-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
:root {
--color-bg: #24273a;
--color-fg: #D9E0EE;
@ -10,7 +17,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;