feat(getFontUrl): create a helper function to choose font url

This commit is contained in:
Ilia Mashkov
2026-02-05 11:40:23 +03:00
parent 0554fcada7
commit 8195e9baa8
3 changed files with 623 additions and 0 deletions

View File

@@ -4,3 +4,5 @@ export {
normalizeGoogleFont,
normalizeGoogleFonts,
} from './normalize/normalize';
export { getFontUrl } from './getFontUrl/getFontUrl';