Kind: Interface
Source: atloria-monorepo/templates/site-bootstrap/src/lib/fonts.ts
Dynamic Font Loading
Loads Google Fonts at runtime based on site configuration. AI picks fonts matching the brand voice during assembly.
Fonts are loaded via the Google Fonts CSS API with display=swap for optimal loading performance (no FOIT).
Properties
| Property | Type |
|---|---|
heading | string |
body | string |
mono | string |
weights | number[] |
Was this page helpful?