2026-01-02 17:01:59 +03:00
|
|
|
export type {
|
|
|
|
|
FontCategory,
|
|
|
|
|
FontProvider,
|
|
|
|
|
FontSubset,
|
|
|
|
|
} from './model/font';
|
2026-01-02 16:11:58 +03:00
|
|
|
export type {
|
|
|
|
|
FontshareApiModel,
|
|
|
|
|
FontshareDesigner,
|
|
|
|
|
FontshareFeature,
|
|
|
|
|
FontshareFont,
|
|
|
|
|
FontsharePublisher,
|
|
|
|
|
FontshareStyle,
|
|
|
|
|
FontshareStyleProperties,
|
|
|
|
|
FontshareTag,
|
|
|
|
|
FontshareWeight,
|
|
|
|
|
} from './model/fontshare_fonts';
|
2026-01-02 17:01:59 +03:00
|
|
|
export type {
|
|
|
|
|
FontFiles,
|
|
|
|
|
FontItem,
|
|
|
|
|
FontVariant,
|
|
|
|
|
GoogleFontsApiModel,
|
|
|
|
|
} from './model/google_fonts';
|