2026-01-06 14:38:55 +03:00
|
|
|
/**
|
|
|
|
|
* Font API clients exports
|
|
|
|
|
*
|
|
|
|
|
* Exports API clients and normalization utilities
|
|
|
|
|
*/
|
|
|
|
|
|
2026-03-02 22:18:21 +03:00
|
|
|
// Proxy API (primary)
|
2026-01-29 14:33:12 +03:00
|
|
|
export {
|
2026-02-01 16:13:13 +03:00
|
|
|
fetchFontsByIds,
|
2026-01-29 14:33:12 +03:00
|
|
|
fetchProxyFontById,
|
|
|
|
|
fetchProxyFonts,
|
|
|
|
|
} from './proxy/proxyFonts';
|
|
|
|
|
export type {
|
|
|
|
|
ProxyFontsParams,
|
|
|
|
|
ProxyFontsResponse,
|
|
|
|
|
} from './proxy/proxyFonts';
|