https://github.com/awcross/font-extensions
List of font file extensions
https://github.com/awcross/font-extensions
Last synced: 6 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T03:51:42.000Z (almost 9 years ago)
- Last Synced: 2025-05-28T01:48:26.734Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# font-extensions [](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)