From 71c068bad2084f557aec67bdeb2b4e648b62d5d0 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sat, 17 Jan 2026 09:20:58 +0300 Subject: [PATCH] feat(FontView): create a FontView component that adds a link to the head tag and applies font-family to the children --- src/features/ShowFont/ui/FontView.svelte | 40 ++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/features/ShowFont/ui/FontView.svelte diff --git a/src/features/ShowFont/ui/FontView.svelte b/src/features/ShowFont/ui/FontView.svelte new file mode 100644 index 0000000..3b387d3 --- /dev/null +++ b/src/features/ShowFont/ui/FontView.svelte @@ -0,0 +1,40 @@ + + + + + + + +
+ {@render children?.()} +