host font instead of using google fonts
This commit is contained in:
parent
ef9c60fef7
commit
afdf790e30
BIN
public/oswald.ttf
Normal file
BIN
public/oswald.ttf
Normal file
Binary file not shown.
@ -1,4 +1,7 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
|
||||
@font-face {
|
||||
font-family: "Oswald";
|
||||
src: url("/public/oswald.ttf");
|
||||
}
|
||||
|
||||
:root {
|
||||
font-family: "Oswald", sans-serif;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user