mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
added Montserrat-Regular.ttf to fix boldness on mac, closes #3094
This commit is contained in:
parent
261f1f0bf2
commit
e8b8198eb8
BIN
src/public/fonts/Montserrat-Regular.ttf
Normal file
BIN
src/public/fonts/Montserrat-Regular.ttf
Normal file
Binary file not shown.
@ -1,6 +1,13 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: MontserratLight;
|
font-family: Montserrat;
|
||||||
src: url(../fonts/Montserrat-Light.ttf);
|
src: url(../fonts/Montserrat-Light.ttf);
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: Montserrat;
|
||||||
|
src: url(../fonts/Montserrat-Regular.ttf);
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
:root {
|
:root {
|
||||||
--theme-style: dark;
|
--theme-style: dark;
|
||||||
|
|
||||||
--main-font-family: MontserratLight;
|
--main-font-family: Montserrat;
|
||||||
--main-font-size: normal;
|
--main-font-size: normal;
|
||||||
|
|
||||||
--tree-font-family: MontserratLight;
|
--tree-font-family: Montserrat;
|
||||||
--tree-font-size: normal;
|
--tree-font-size: normal;
|
||||||
|
|
||||||
--detail-font-family: MontserratLight;
|
--detail-font-family: Montserrat;
|
||||||
--detail-font-size: normal;
|
--detail-font-size: normal;
|
||||||
|
|
||||||
--monospace-font-family: JetBrainsLight;
|
--monospace-font-family: JetBrainsLight;
|
||||||
|
@ -5,13 +5,13 @@ 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: MontserratLight;
|
--main-font-family: Montserrat;
|
||||||
--main-font-size: normal;
|
--main-font-size: normal;
|
||||||
|
|
||||||
--tree-font-family: MontserratLight;
|
--tree-font-family: Montserrat;
|
||||||
--tree-font-size: normal;
|
--tree-font-size: normal;
|
||||||
|
|
||||||
--detail-font-family: MontserratLight;
|
--detail-font-family: Montserrat;
|
||||||
--detail-font-size: normal;
|
--detail-font-size: normal;
|
||||||
|
|
||||||
--monospace-font-family: JetBrainsLight;
|
--monospace-font-family: JetBrainsLight;
|
||||||
@ -73,4 +73,4 @@ html {
|
|||||||
--link-color: blue;
|
--link-color: blue;
|
||||||
|
|
||||||
--mermaid-theme: default;
|
--mermaid-theme: default;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user