# @sourcebin/fonts

> A collection of free monospace programming fonts.

Latest version **0.0.2** (published 2020-03-22) · 0 weekly downloads

## Install

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

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2020-03-22 |
| First published | 2020-03-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 24.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | sebastiaanyn |

## Links

- npm: https://www.npmjs.com/package/@sourcebin/fonts
- npm.io page: https://npm.io/package/@sourcebin/fonts

## Recent versions

- 0.0.2 (latest) — 2020-03-22
- 0.0.1 — 2020-03-21

## README

# Fonts

A collection of free monospace programming fonts.

## Usage

Simply import `@sourcebin/fonts/dist/index.css` in your site and use one of the fonts listed in `@sourcebin/fonts`. Fonts are loaded through `@font-face` definitions.

```js
import fonts from '@sourcebin/fonts';

function setFont(el, font) {
  if (fonts.includes(font)) {
    el.style.fontFamily = font;
  }

  throw new Error('Invalid font');
}
```

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