1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

changed default editor font #1995

This commit is contained in:
roottool
2019-01-25 23:17:05 +09:00
parent 5a9de1a95d
commit 4cce52f9ce

View File

@@ -41,7 +41,7 @@ export const DEFAULT_CONFIG = {
theme: 'base16-light',
keyMap: 'sublime',
fontSize: '14',
fontFamily: win ? 'Segoe UI' : 'Monaco, Consolas',
fontFamily: win ? 'Consolas' : 'Monaco',
indentType: 'space',
indentSize: '2',
enableRulers: false,