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",
"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 = [