mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
feat(client): add more system fonts
This commit is contained in:
parent
d34e575488
commit
84a0e789f1
@ -6,11 +6,14 @@ const SYSTEM_SANS_SERIF = [
|
||||
"-apple-system",
|
||||
"BlinkMacSystemFont",
|
||||
"Segoe UI",
|
||||
"Cantarell",
|
||||
"Ubuntu",
|
||||
"Noto Sans",
|
||||
"Helvetica",
|
||||
"Arial",
|
||||
"sans-serif",
|
||||
"Apple Color Emoji","Segoe UI Emoji"
|
||||
"Apple Color Emoji",
|
||||
"Segoe UI Emoji"
|
||||
].join(",");
|
||||
|
||||
const SYSTEM_MONOSPACE = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user