refactor: delete BaseFontStore and UnifiedFontStore — FontStore is the single implementation

This commit is contained in:
Ilia Mashkov
2026-04-08 10:07:36 +03:00
parent ed7d31bf5c
commit 45eac0c396
7 changed files with 0 additions and 1911 deletions

View File

@@ -6,13 +6,6 @@
* Single export point for the unified font store infrastructure.
*/
// Primary store (unified)
export {
createUnifiedFontStore,
type UnifiedFontStore,
unifiedFontStore,
} from './unifiedFontStore/unifiedFontStore.svelte';
// Applied fonts manager (CSS loading - unchanged)
export { appliedFontsManager } from './appliedFontsStore/appliedFontsStore.svelte';