fix font overrides
This commit is contained in:
parent
e202f18720
commit
54298927da
3 changed files with 7 additions and 6 deletions
|
|
@ -620,22 +620,22 @@ export const LOCAL_DEFAULT_CONFIG_DEFINITIONS = {
|
|||
},
|
||||
fontInterface: {
|
||||
description: 'Interface font override',
|
||||
type: 'string',
|
||||
type: 'object',
|
||||
default: null,
|
||||
},
|
||||
fontInput: {
|
||||
description: 'Input font override',
|
||||
type: 'string',
|
||||
type: 'object',
|
||||
default: null,
|
||||
},
|
||||
fontPosts: {
|
||||
description: 'Post font override',
|
||||
type: 'string',
|
||||
type: 'object',
|
||||
default: null,
|
||||
},
|
||||
fontMonospace: {
|
||||
description: 'Monospace font override',
|
||||
type: 'string',
|
||||
type: 'object',
|
||||
default: null,
|
||||
},
|
||||
themeDebug: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue