feature/fetch-fonts #14

Merged
ilia merged 76 commits from feature/fetch-fonts into main 2026-01-14 11:01:44 +00:00
Showing only changes of commit 09111a7c61 - Show all commits

View File

@@ -57,4 +57,6 @@ export type {
// Normalization types // Normalization types
UnifiedFont, UnifiedFont,
UnifiedFontVariant, UnifiedFontVariant,
} from './model/types'; } from './model';
export { fontCollection } from './model';