mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 09:11:06 +00:00
Merge pull request #461 from AdoLovesChicken/fontpicker-option-font
feat: each font option in the font picker uses its own font
This commit is contained in:
@@ -129,7 +129,12 @@
|
|||||||
data-font-id={preset.id}
|
data-font-id={preset.id}
|
||||||
>
|
>
|
||||||
<div class="bsplus-font-picker-option-head">
|
<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}
|
{#if selectedId === preset.id}
|
||||||
<span class="bsplus-font-picker-badge">Selected</span>
|
<span class="bsplus-font-picker-badge">Selected</span>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user