# scratch-render-fonts

> Fonts for Scratch SVG rendering

Latest version **1.0.252** (published 2025-11-17) · 0 weekly downloads

## Install

```sh
npm install scratch-render-fonts
pnpm add scratch-render-fonts
yarn add scratch-render-fonts
bun add scratch-render-fonts
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.0.252 |
| Published | 2025-11-17 |
| First published | 2018-05-10 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 21 |
| Author | Massachusetts Institute of Technology |
| Maintainers | cwillisf.scratch |

## Links

- npm: https://www.npmjs.com/package/scratch-render-fonts
- Repository: https://git@github.com/scratchfoundation/scratch-render-fonts
- Homepage: https://github.com/scratchfoundation/scratch-render-fonts#readme
- Issues: https://github.com/scratchfoundation/scratch-render-fonts/issues
- npm.io page: https://npm.io/package/scratch-render-fonts

## Dependencies (1)

- [base64-loader](https://npm.io/package/base64-loader.md) ^1.0.0

## Recent versions

- 1.0.252 (latest) — 2025-11-17
- 1.0.251 — 2025-11-15
- 1.0.250 — 2025-11-10
- 1.0.249 — 2025-11-08
- 1.0.248 — 2025-11-05
- 1.0.247 — 2025-11-02
- 1.0.246 — 2025-10-30
- 1.0.245 — 2025-10-27
- 1.0.244 — 2025-10-25
- 1.0.243 — 2025-10-23
- 1.0.242 — 2025-10-18
- 1.0.241 — 2025-10-16
- 1.0.240 — 2025-10-14
- 1.0.239 — 2025-10-11
- 1.0.238 — 2025-10-08
- … 256 more at https://npm.io/package/scratch-render-fonts/versions

## README

# scratch-render-fonts

Fonts for Scratch SVG rendering

[![CI/CD](https://github.com/scratchfoundation/scratch-render-fonts/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/scratchfoundation/scratch-render-fonts/actions/workflows/ci-cd.yml)

## Committing

This project uses [semantic release](https://github.com/semantic-release/semantic-release) to ensure version bumps
follow semver so that projects depending on it don't break unexpectedly.

In order to automatically determine version updates, semantic release expects commit messages to follow the
[conventional-changelog](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md)
specification.

Use the [commitizen CLI](https://github.com/commitizen/cz-cli) to make commits formatted in this way:

```bash
npm install -g commitizen
```

Now you're ready to make commits using `git cz`.

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