Use Khoj fonts on config page of web and desktop apps too

Previously pico.css font-families were being selected for the config
page. This was different from the fonts used by index.html, chat.html

This improves spacing issue of heading further
This commit is contained in:
Debanjum Singh Solanky 2023-11-01 17:50:50 -07:00
parent 022d695309
commit 12b3eeae9e

View file

@ -43,7 +43,8 @@
.khoj-configure {
display: grid;
grid-template-columns: 1fr;
padding: 0 24px;
font-family: roboto, karma, segoe ui, sans-serif;
font-weight: 300;
}
.khoj-header {
display: grid;