Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/awcross/font-extensions

List of font file extensions
https://github.com/awcross/font-extensions

Last synced: about 11 hours ago
JSON representation

List of font file extensions

Awesome Lists containing this project

README

        

# font-extensions [![Build Status](https://travis-ci.org/awcross/font-extensions.svg?branch=master)](https://travis-ci.org/awcross/font-extensions)

> List of font file extensions

The list is in a [JSON file](font-extensions.json).

## Install

```
$ npm install --save font-extensions
```

## Usage

```js
const fontExtensions = require('font-extensions');

console.log(fontExtensions);
//=> ['###', '#gf', '$on', ...]
```

## License

MIT © [Alex Cross](https://alexcross.io)