# Fonts

Both fonts used by Hey Borton / Pulse are open-source and free for commercial use.

## Inter

**License:** SIL Open Font License 1.1
**Source:** https://github.com/rsms/inter/releases
**Weights used:** 400 (Regular), 500 (Medium), 600 (SemiBold)

Download the latest release from the Inter GitHub releases page. Extract and install the `.ttf` files. For web, use the `.woff2` files from the `web` subdirectory.

## IBM Plex Mono

**License:** SIL Open Font License 1.1
**Source:** https://github.com/IBM/plex/releases
**Weights used:** 400 (Regular), 500 (Medium)

Download the IBM Plex Mono archive from the IBM Plex GitHub releases page. Install the `.ttf` or use the `.woff2` files for web.

## Quick install script (macOS / Linux)

Run `install-fonts.sh` in this folder to fetch both font families and install them to your system and project directory.

## Web loading via Google Fonts

If you do not want to self-host, load both via Google Fonts:

```html
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
```

## Ad server / broadcast use

Inter and IBM Plex Mono are both SIL OFL 1.1 licensed. You may:
- Embed them in rendered ad creative (PNG, JPG, video)
- Include them in HTML5 ad servers
- Redistribute them as part of this kit
- Use them in paid commercial advertising

You may not:
- Sell the fonts themselves as a standalone product
- Remove the OFL notice from redistributed font files

## License files

See `LICENSE-inter.txt` and `LICENSE-ibm-plex-mono.txt` in this folder.
