font overrides + fixes for font component

This commit is contained in:
Henry Jameson 2024-07-21 23:27:11 +03:00
commit 665faf892a
5 changed files with 70 additions and 13 deletions

View file

@ -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')"