change: Set font to Nunito
This commit is contained in:
parent
cae63e1c09
commit
5ee49276fd
BIN
static/fonts/Nunito-VariableFont_wght.ttf
Normal file
BIN
static/fonts/Nunito-VariableFont_wght.ttf
Normal file
Binary file not shown.
@ -10,6 +10,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nunito';
|
||||
src: url('/fonts/Nunito-VariableFont_wght.ttf') format('truetype');
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: var(--bg-color);
|
||||
font-family: "Nunito", sans-serif;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user