# loadFonts

**Kind:** Function

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/lib/fonts.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/lib/fonts.ts#L26)

Load fonts from Google Fonts and update CSS custom properties.
Call once during app initialization.

## Signature

```ts
function loadFonts(config: FontConfig)
```

## Parameters

| Name | Type |
|---|---|
| `config` | `FontConfig` |
