Fix font import
This commit is contained in:
parent
fb237e9c1f
commit
d28cca98aa
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue