feat(api): create api calls for google fonts and fontshare

This commit is contained in:
Ilia Mashkov
2026-01-06 21:31:25 +03:00
parent c0ccf4baff
commit d1f035a6ad
4 changed files with 17 additions and 17 deletions

View File

@@ -1,12 +1,12 @@
import type {
FontshareFont,
GoogleFontItem,
} from '$entities/Font/model/types';
import {
describe,
expect,
it,
} from 'vitest';
import type {
FontshareFont,
GoogleFontItem,
} from '../../model/types';
import {
normalizeFontshareFont,
normalizeFontshareFonts,