# @girder/fontello

> Built Fontello files for use in Girder.

Latest version **3.2.17** (published 2026-09-15) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @girder/fontello
pnpm add @girder/fontello
yarn add @girder/fontello
bun add @girder/fontello
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

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

## Facts

| | |
|---|---|
| Version | 3.2.17 |
| Published | 2026-09-15 |
| First published | 2019-01-24 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 457 |
| Maintainers | brianhelba, danlamanna, manthey |
| Keywords | fontello, girder |

## Links

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

## Recent versions

- 3.2.17 (latest) — 2026-09-15
- 5.0.17 — 2026-08-31
- 3.2.16 — 2026-08-14
- 5.0.16 — 2026-08-14
- 5.0.15 — 2026-08-11
- 5.0.14 — 2026-07-29
- 5.0.13 — 2026-07-21
- 5.0.12 — 2026-07-09
- 5.0.11 — 2026-06-23
- 5.0.10 — 2026-06-02
- 3.2.15 — 2026-05-26
- 5.0.9 — 2026-05-26
- 5.0.8 — 2026-05-22
- 5.0.7 — 2026-05-19
- 5.0.6 — 2026-05-13
- … 64 more at https://npm.io/package/@girder/fontello/versions

## README

# @girder/fontello

This npm package contains pre-built Fontello icon files for use with
Girder's web client.

## Usage
Typically, users of this package only need to
depend on `@girder/fontello` via:
```bash
npm install --save-prod @girder/fontello
```
then import the CSS file somewhere within their Javascript sources:
```javascript
import '@girder/fontello/dist/css/fontello.css';
```
As long as Webpack or another build system is able to include the CSS
and internally referenced font files (with formats `.eot`, `.svg`,
`.ttf`, `.woff`, `.woff2`) in your final build, no additional
configuration is necessary.

If access to Fontello's animation template for elements with
`class="animate-spin"` is desired, then also add:
```javascript
import '@girder/fontello/dist/css/animation.css';
```

# Updating
To add new icons to this build, visit
[Fontello's website](https://fontello.com) and upload the
`fontello.config.json` file within this package. Select new icons
(but don't remove any), then download the new configuration via the site
and overwrite `fontello.config.json` here. Then, just run:
```bash
npm install && npm run build
```
to fetch the new icons. Finally, update the version of this package and
publish it.

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