From 0d572708c0b5311e3077aeaef42d5e851e18f12e Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Fri, 6 Feb 2026 15:56:48 +0300 Subject: [PATCH] chore: replace custom components with footnote and logo components --- .../ui/FontSampler/FontSampler.svelte | 31 ++++++++++--------- src/routes/Page.svelte | 9 +++--- src/shared/ui/Section/Section.svelte | 17 ++++++---- .../ui/FontSearch/FontSearch.svelte | 13 ++++---- 4 files changed, 38 insertions(+), 32 deletions(-) diff --git a/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte b/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte index 9eee90e..c4bc81f 100644 --- a/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte +++ b/src/features/DisplayFont/ui/FontSampler/FontSampler.svelte @@ -11,6 +11,7 @@ import { import { controlManager } from '$features/SetupFont'; import { ContentEditable, + Footnote, // IconButton, } from '$shared/ui'; // import XIcon from '@lucide/svelte/icons/x'; @@ -66,13 +67,13 @@ function removeSample() { >
- + typeface_{String(index).padStart(3, '0')} - +
- + {font.name} - +