frontend: add Noto Serif Regular

And rm src/fonts/djurjati-regular.ttf
This commit is contained in:
0x1eef 2023-12-22 22:07:06 -03:00
parent d6b1780394
commit 61811ae768
3 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
@font-face {
font-family: "Dhurjati Regular";
src: local("Dhurjati Regular"), url("/fonts/dhurjati-regular.ttf") format("truetype");
}
@font-face {
@font-family: "Noto Sans Regular";
src: local("Noto Sans Regular"), url("/fonts/noto-sans-regular.ttf") format("truetype");
}
@font-face {
@font-family: "Noto Serif Regular";
src: local("Noto Serif Regular"), url("/fonts/noto-serif-regular.ttf") format("truetype");
}

Binary file not shown.