Update the font used across Khoj desktop and web to be Tajawal (#622)

This commit is contained in:
sabaimran
2024-01-20 09:43:33 -08:00
committed by GitHub
parent 679f0f24a4
commit 58bf917775
11 changed files with 25 additions and 13 deletions

View File

@@ -22,7 +22,7 @@
background: var(--background-color);
color: var(--main-text-color);
text-align: center;
font-family: roboto, karma, segoe ui, sans-serif;
font-family: var(--font-family);
font-size: small;
font-weight: 300;
line-height: 1.5em;