mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-11 14:49:21 -05:00
feat(client): add more monospace system fonts
This commit is contained in:
+10
-4
@@ -3,8 +3,8 @@ import optionService from "../../services/options.js";
|
||||
import { OptionMap } from '../../services/options_interface.js';
|
||||
|
||||
const SYSTEM_SANS_SERIF = [
|
||||
"-apple-system",
|
||||
"BlinkMacSystemFont",
|
||||
"system-ui",
|
||||
"-apple-system", "BlinkMacSystemFont",
|
||||
"Segoe UI",
|
||||
"Cantarell",
|
||||
"Ubuntu",
|
||||
@@ -12,11 +12,17 @@ const SYSTEM_SANS_SERIF = [
|
||||
"Helvetica",
|
||||
"Arial",
|
||||
"sans-serif",
|
||||
"Apple Color Emoji",
|
||||
"Segoe UI Emoji"
|
||||
"Apple Color Emoji", "Segoe UI Emoji"
|
||||
].join(",");
|
||||
|
||||
const SYSTEM_MONOSPACE = [
|
||||
"ui-monospace",
|
||||
"SFMono-Regular", "SF Mono",
|
||||
"Consolas",
|
||||
"Source Code Pro",
|
||||
"Ubuntu Mono",
|
||||
"Menlo",
|
||||
"Liberation Mono",
|
||||
"monospace"
|
||||
].join(",");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user