Skip to content

Commit

Permalink
feat: make sans-serif font default
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Oct 20, 2022
1 parent a8535cf commit 050fa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/javascripts/Constants/PrefDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 050fa9c

Please sign in to comment.