# @terrazzo/fonts

> Redistributions of SIL open source fonts. All rights reserved by the respective license owners. Not affiliated with this project in any way.

Latest version **0.1.0** (published 2025-04-27) · OFL-1.1 license · 0 weekly downloads

## Install

```sh
npm install @terrazzo/fonts
pnpm add @terrazzo/fonts
yarn add @terrazzo/fonts
bun add @terrazzo/fonts
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2025-04-27 |
| First published | 2024-03-21 |
| Weekly downloads | 0 |
| License | OFL-1.1 |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 0 |
| Unpacked size | 277.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 456 |
| Maintainers | drewpowers |

## Links

- npm: https://www.npmjs.com/package/@terrazzo/fonts
- Repository: https://github.com/terrazzoapp/terrazzo
- Homepage: https://github.com/terrazzoapp/terrazzo#readme
- Issues: https://github.com/terrazzoapp/terrazzo/issues
- npm.io page: https://npm.io/package/@terrazzo/fonts

## Recent versions

- 0.1.0 (latest) — 2025-04-27
- 0.0.0 — 2024-03-21

## README

# Terrazzo Fonts

Redistributions of SIL open source fonts. All rights reserved by the respective license owners. Not affiliated with this project in any way.

- [Instrument Sans](https://github.com/Instrument/instrument-sans)
- [Fragment Mono](https://github.com/weiweihuanghuang/fragment-mono).

## Setup

```sh
pnpm i @terrazzo/fonts
```

In any Vite-powered setup, import CSS in any JS or TS entry file, and the fonts should be loaded automatically.

```ts
import '@terrazzo/fonts/fragment-mono.css';
import '@terrazzo/fonts/instrument-sans.css';
```

---
_Source: https://npm.io/package/@terrazzo/fonts · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
