feat(client): add more system fonts

This commit is contained in:
Elian Doran 2025-01-03 20:59:13 +02:00
parent d34e575488
commit 84a0e789f1
No known key found for this signature in database

View File

@ -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 = [