feat: make sans-serif font default

This commit is contained in:
Aman Harwara
2022-10-20 13:36:00 +05:30
parent a8535cfa23
commit 050fa9cabc

View File

@@ -5,7 +5,7 @@ export const PrefDefaults = {
[PrefKey.NotesPanelWidth]: 350,
[PrefKey.EditorWidth]: null,
[PrefKey.EditorLeft]: null,
[PrefKey.EditorMonospaceEnabled]: true,
[PrefKey.EditorMonospaceEnabled]: false,
[PrefKey.EditorSpellcheck]: true,
[PrefKey.EditorResizersEnabled]: true,
[PrefKey.EditorLineHeight]: EditorLineHeight.Normal,