feat: reduce amount of fonts in font stack

This commit is contained in:
thecodrr
2022-07-09 19:56:33 +05:00
committed by Abdullah Atta
parent f11ef7368f
commit 7eac335439

View File

@@ -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",
];