fix and simplify font settings
This commit is contained in:
parent
9f3c0ec60b
commit
34a7bf83b2
6 changed files with 15 additions and 15 deletions
|
|
@ -635,22 +635,22 @@ export const LOCAL_DEFAULT_CONFIG_DEFINITIONS = {
|
|||
},
|
||||
fontInterface: {
|
||||
description: 'Interface font override',
|
||||
type: 'object',
|
||||
type: 'string',
|
||||
default: null,
|
||||
},
|
||||
fontInput: {
|
||||
description: 'Input font override',
|
||||
type: 'object',
|
||||
type: 'string',
|
||||
default: null,
|
||||
},
|
||||
fontPosts: {
|
||||
description: 'Post font override',
|
||||
type: 'object',
|
||||
type: 'string',
|
||||
default: null,
|
||||
},
|
||||
fontMonospace: {
|
||||
description: 'Monospace font override',
|
||||
type: 'object',
|
||||
type: 'string',
|
||||
default: null,
|
||||
},
|
||||
themeDebug: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue