feat(font): add constants with information about fonts characteristics
Some checks failed
Lint / Lint Code (push) Failing after 7m23s
Test / Svelte Checks (push) Failing after 7m14s

This commit is contained in:
Ilia Mashkov
2026-01-02 16:11:58 +03:00
parent 9f8d7ad844
commit d78eb3037c
2 changed files with 75 additions and 0 deletions

View File

@@ -1 +1,13 @@
export type { FontCategory, FontProvider, FontSubset } from './model/font';
export type {
FontshareApiModel,
FontshareDesigner,
FontshareFeature,
FontshareFont,
FontsharePublisher,
FontshareStyle,
FontshareStyleProperties,
FontshareTag,
FontshareWeight,
} from './model/fontshare_fonts';
export type { FontFiles, FontItem, FontVariant, GoogleFontsApiModel } from './model/google_fonts';