mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
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:
parent
022d695309
commit
12b3eeae9e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue