mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 17:21:05 +00:00
feat(FontPickerModal): each font option uses own font
This commit is contained in:
@@ -129,7 +129,12 @@
|
||||
data-font-id={preset.id}
|
||||
>
|
||||
<div class="bsplus-font-picker-option-head">
|
||||
<span class="bsplus-font-picker-option-name">{preset.name}</span>
|
||||
<span
|
||||
class="bsplus-font-picker-option-name"
|
||||
style="font-family: {preset.stack} !important;"
|
||||
>
|
||||
{preset.name}
|
||||
</span>
|
||||
{#if selectedId === preset.id}
|
||||
<span class="bsplus-font-picker-badge">Selected</span>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user