mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12: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",
|
"-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…
x
Reference in New Issue
Block a user