chore(text): align font face module naming

This commit is contained in:
Danila Poyarkov 2026-05-17 13:42:51 +03:00
parent 3534a4a919
commit 0f58b3eb37
3 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@ export {
parseFontStyle,
type FontFaceRef,
type ParsedFontStyle
} from './text/font-face'
} from './text/face'
export {
ARABIC_LOCAL_FALLBACK_FAMILIES,
ARABIC_REMOTE_FALLBACK_FAMILIES,

View file

@ -4,7 +4,7 @@ import { DEFAULT_FONT_FAMILY, IS_BROWSER, GOOGLE_FONTS_API_KEY } from '#core/con
import type { SceneGraph } from '#core/scene-graph'
import { fontFallbackEntry } from '#core/text/fallbacks'
import type { FontFallbackScript } from '#core/text/fallbacks'
import { fontFaceRenderFamily, parseFontStyle } from '#core/text/font-face'
import { fontFaceRenderFamily, parseFontStyle } from '#core/text/face'
export interface FontInfo {
family: string