frontend: add noto-sans-regular.ttf

This commit is contained in:
0x1eef 2023-12-22 21:55:05 -03:00
parent f5fdf41a82
commit d6b1780394
3 changed files with 6 additions and 1 deletions

View file

@ -2,3 +2,8 @@
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");
}

View file

@ -14,7 +14,7 @@ html, html body, .root {
body {
font-weight: normal;
font-family: "Noto Sans Serif";
font-family: "Noto Sans Regular";
}
body header {

Binary file not shown.