feature: create Font entity with types for filtering

This commit is contained in:
Ilia Mashkov
2026-01-01 13:10:36 +03:00
parent aa951260a0
commit 3971d364bd
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1 @@
export type { FontCategory, FontProvider, FontSubset } from './model/font';