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

@@ -850,7 +850,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;
@@ -967,7 +967,7 @@
box-shadow: 0 0 11px #aaa;
}
#chat-input {
font-family: roboto, karma, segoe ui, sans-serif;
font-family: var(--font-family);
font-size: small;
height: 36px;
border-radius: 16px;