mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 14:20:36 +08:00
feat(client): add more system fonts
This commit is contained in:
parent
d34e575488
commit
84a0e789f1
1 changed files with 4 additions and 1 deletions
|
|
@ -6,11 +6,14 @@ const SYSTEM_SANS_SERIF = [
|
||||||
"-apple-system",
|
"-apple-system",
|
||||||
"BlinkMacSystemFont",
|
"BlinkMacSystemFont",
|
||||||
"Segoe UI",
|
"Segoe UI",
|
||||||
|
"Cantarell",
|
||||||
|
"Ubuntu",
|
||||||
"Noto Sans",
|
"Noto Sans",
|
||||||
"Helvetica",
|
"Helvetica",
|
||||||
"Arial",
|
"Arial",
|
||||||
"sans-serif",
|
"sans-serif",
|
||||||
"Apple Color Emoji","Segoe UI Emoji"
|
"Apple Color Emoji",
|
||||||
|
"Segoe UI Emoji"
|
||||||
].join(",");
|
].join(",");
|
||||||
|
|
||||||
const SYSTEM_MONOSPACE = [
|
const SYSTEM_MONOSPACE = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue