Use Khoj standard font family, weight in web client settings page

This commit is contained in:
Debanjum Singh Solanky 2023-11-02 16:41:19 -07:00
parent b6f07099cd
commit 9fc6c97139

View file

@ -37,8 +37,10 @@
.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;
grid-auto-flow: column;