From af2ef77c309f98c788d92c22543bbbbb20005a10 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sun, 18 Jan 2026 14:48:36 +0300 Subject: [PATCH] feat(FontSampler): edit FontSampler to applt font-family through FontApplicator component --- .../ui/FontSampler/FontSampler.svelte | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte b/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte index 68705fb..274c704 100644 --- a/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte +++ b/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte @@ -3,26 +3,25 @@ Displays a sample text with a given font in a contenteditable element. -->
{ bg-white p-6 border border-slate-200 shadow-sm dark:border-slate-800 dark:bg-slate-950 " - style:font-family={fontId} > - + + +