lint & changelog
This commit is contained in:
parent
a7b1519a3e
commit
0cd604a7b8
4 changed files with 12 additions and 6 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue