fix and simplify font settings

This commit is contained in:
Henry Jameson 2026-04-29 12:30:00 +03:00
commit 34a7bf83b2
6 changed files with 15 additions and 15 deletions

View file

@ -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: {