mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(client): add fallback font
This commit is contained in:
parent
614b704702
commit
d8402755ee
@ -1,16 +1,16 @@
|
|||||||
:root {
|
:root {
|
||||||
--theme-style: dark;
|
--theme-style: dark;
|
||||||
|
|
||||||
--main-font-family: Montserrat;
|
--main-font-family: Montserrat, sans-serif;
|
||||||
--main-font-size: normal;
|
--main-font-size: normal;
|
||||||
|
|
||||||
--tree-font-family: Montserrat;
|
--tree-font-family: Montserrat, sans-serif;
|
||||||
--tree-font-size: normal;
|
--tree-font-size: normal;
|
||||||
|
|
||||||
--detail-font-family: Montserrat;
|
--detail-font-family: Montserrat, sans-serif;
|
||||||
--detail-font-size: normal;
|
--detail-font-size: normal;
|
||||||
|
|
||||||
--monospace-font-family: JetBrainsLight;
|
--monospace-font-family: JetBrainsLight, monospace;
|
||||||
--monospace-font-size: normal;
|
--monospace-font-size: normal;
|
||||||
|
|
||||||
--main-background-color: #333;
|
--main-background-color: #333;
|
||||||
|
@ -5,16 +5,16 @@ html {
|
|||||||
/* either light or dark, colored theme with darker tones are also dark, used e.g. for note map node colors */
|
/* either light or dark, colored theme with darker tones are also dark, used e.g. for note map node colors */
|
||||||
--theme-style: light;
|
--theme-style: light;
|
||||||
|
|
||||||
--main-font-family: Montserrat;
|
--main-font-family: Montserrat, sans-serif;
|
||||||
--main-font-size: normal;
|
--main-font-size: normal;
|
||||||
|
|
||||||
--tree-font-family: Montserrat;
|
--tree-font-family: Montserrat, sans-serif;
|
||||||
--tree-font-size: normal;
|
--tree-font-size: normal;
|
||||||
|
|
||||||
--detail-font-family: Montserrat;
|
--detail-font-family: Montserrat, sans-serif;
|
||||||
--detail-font-size: normal;
|
--detail-font-size: normal;
|
||||||
|
|
||||||
--monospace-font-family: JetBrainsLight;
|
--monospace-font-family: JetBrainsLight, monospace;
|
||||||
--monospace-font-size: normal;
|
--monospace-font-size: normal;
|
||||||
|
|
||||||
--main-background-color: white;
|
--main-background-color: white;
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
--detail-font-family: var(--main-font-family);
|
--detail-font-family: var(--main-font-family);
|
||||||
--detail-font-size: normal;
|
--detail-font-size: normal;
|
||||||
|
|
||||||
--monospace-font-family: JetBrainsLight;
|
--monospace-font-family: JetBrainsLight, monospace;
|
||||||
--monospace-font-size: normal;
|
--monospace-font-size: normal;
|
||||||
|
|
||||||
--left-pane-item-selected-shadow-size: 2px;
|
--left-pane-item-selected-shadow-size: 2px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user