revert default font size to 15px

pull/21833/head
Bruno Windels 2020-05-26 14:11:36 +02:00
parent 37d04d6ceb
commit cce53d8ab9
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ export const SETTINGS = {
"fontSize": { "fontSize": {
displayName: _td("Font size"), displayName: _td("Font size"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS, supportedLevels: LEVELS_ACCOUNT_SETTINGS,
default: 16, default: 15,
controller: new FontSizeController(), controller: new FontSizeController(),
}, },
"useCustomFontSize": { "useCustomFontSize": {