Load fonts and external css locally

This commit is contained in:
Yash Mehrotra
2021-08-06 14:10:32 +05:30
parent 8ab5a8cac0
commit a654e7e810
6 changed files with 21 additions and 7 deletions

View File

@@ -6,6 +6,9 @@
--light-text-color: black;
}
@font-face { font-family: Jost; src: url('/fonts/Jost-Regular.ttf'); }
@font-face { font-family: Jost; font-weight: 700; src: url('/fonts/Jost-Bold.ttf');}
html {
background-color: rgb(var(--light-primary-color));
color: var(--light-text-color);