- In order for typst to discover the font we use and bundle, you need to manually make typst aware of our fonts directory via e.g. the `--font-path` option.
### Example Usage
To compile e.g. `label-wide.typ`, you can use the following command:
```
typst compile --font-path=./fonts label-wide.typ
```
## Fonts Used
We're using and also bundling the [Inter 4.0 font](https://github.com/rsms/inter/tree/v4.0) (see also the [Inter Font Website](https://rsms.me/inter/)).
It was licensed under the SIL OPEN FONT LICENSE Version 1.1.
A copy of the license can be found under: [`licenses/inter-4.0-font_OFL-1.1_license`](./licenses/inter-4.0-font_OFL-1.1_license)