Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/awcross/font-extensions
- Owner: awcross
- License: mit
- Created: 2017-01-06T03:49:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T03:51:42.000Z (almost 8 years ago)
- Last Synced: 2024-11-12T22:39:27.430Z (7 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)