font overrides + fixes for font component
This commit is contained in:
parent
895261e112
commit
665faf892a
5 changed files with 70 additions and 13 deletions
|
|
@ -84,7 +84,7 @@
|
|||
:id="name + '-local-font-switcher'"
|
||||
:model-value="modelValue.family"
|
||||
class="custom-font"
|
||||
@update:modelValue="$emit('update:modelValue', { ...(modelValue || {}), family: $event.target.value })"
|
||||
@update:modelValue="v => $emit('update:modelValue', { ...(modelValue || {}), family: v })"
|
||||
>
|
||||
<optgroup
|
||||
:label="$t('settings.style.themes3.font.group-builtin')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue