mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
feat: reduce amount of fonts in font stack
This commit is contained in:
@@ -4,37 +4,22 @@ const SANS_FONT_STACK = [
|
||||
`"Open Sans"`,
|
||||
`"Noto Sans"`,
|
||||
"Frutiger",
|
||||
'"Frutiger Linotype"',
|
||||
"Univers",
|
||||
"Calibri",
|
||||
'"Gill Sans"',
|
||||
'"Gill Sans MT"',
|
||||
'"Myriad Pro"',
|
||||
"Myriad",
|
||||
'"DejaVu Sans Condensed"',
|
||||
'"Liberation Sans"',
|
||||
'"Nimbus Sans L"',
|
||||
"Tahoma",
|
||||
"Geneva",
|
||||
'"Helvetica Neue"',
|
||||
"Helvetica",
|
||||
"Arial",
|
||||
"Ubuntu",
|
||||
"Helvetica",
|
||||
"-apple-system",
|
||||
"BlinkMacSystemFont",
|
||||
"sans-serif",
|
||||
];
|
||||
const MONOSPACE_FONT_STACK = [
|
||||
'"Courier New"',
|
||||
"Hack",
|
||||
"Consolas",
|
||||
'"Andale Mono WT"',
|
||||
'"Andale Mono"',
|
||||
'"Lucida Console"',
|
||||
'"Lucida Sans Typewriter"',
|
||||
'"DejaVu Sans Mono"',
|
||||
'"Bitstream Vera Sans Mono"',
|
||||
'"Liberation Mono"',
|
||||
'"Nimbus Mono L"',
|
||||
"Monaco",
|
||||
'"Courier New"',
|
||||
"Courier",
|
||||
"monospace",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user