lint & changelog

This commit is contained in:
Henry Jameson 2026-07-30 14:30:23 +03:00
commit 0cd604a7b8
4 changed files with 12 additions and 6 deletions

View file

@ -717,7 +717,9 @@ export const useInterfaceStore = defineStore('interface', {
const family = mergedConfig[`font${font}`]
const variable = font === 'Monospace' ? '--monoFont' : '--font'
if (typeof family === 'string') {
const familyString = GENERIC_FONT_NAMES.has(family) ? family : `"${family}"`
const familyString = GENERIC_FONT_NAMES.has(family)
? family
: `"${family}"`
hacks.push({
component,
directives: {