---
name: Font
menu: Components
route: /components/font
---

# Font

The `<Font/>` component injects the UI component font into the application and should be included at the top level. See [project setup](/setup) for instructions on how to setup the application.

## Import

```js
import { Font } from '@firstclasspostcodes/sw13';
// or
import { Font } from '@firstclasspostcodes/sw13/lib/components/Font';
```