mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-28 01:45:07 +01:00
Use Khoj standard font family, weight in web client settings page
This commit is contained in:
parent
b6f07099cd
commit
9fc6c97139
1 changed files with 3 additions and 1 deletions
|
@ -37,8 +37,10 @@
|
||||||
.khoj-configure {
|
.khoj-configure {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
padding: 0 24px;
|
font-family: roboto, karma, segoe ui, sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.khoj-header {
|
.khoj-header {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
|
|
Loading…
Reference in a new issue