diff --git a/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte b/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte index 0e43da1..92daa6d 100644 --- a/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte +++ b/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte @@ -1,6 +1,7 @@
-
-
- - typeface_{String(index).padStart(3, '0')} - -
-
+ +
+ +
+ + {String(index + 1).padStart(2, '0')} + + +
+ + {font.name} -
+ + + {#if fontType} + + {/if}
- + +
-
+ +
-
- - SZ:{fontSize}PX - - - - WGT:{fontWeight} - - - - LH:{lineHeight?.toFixed(2)} - - - - LTR:{letterSpacing} - + +
+ {#each stats as stat, i} + + {stat.label}:{stat.value} + + {#if i < stats.length - 1} + + {/if} + {/each} +
+ + +