Kind: Function
Source: atloria-monorepo/apps/web/src/app/p/[slugId]/components/fonts.ts
Resolve a stored fontFamily value ('inter' | … | 'custom:
Signature
tsfunction resolveFontStack(fontFamily: string | null | undefined): string | null
Parameters
| Name | Type |
|---|---|
fontFamily | `string |
Returns: string | null
Was this page helpful?