Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hughsk/fonts-installed-osx

:mortar_board: Get an approximate list of the fonts available on your system in OS X
https://github.com/hughsk/fonts-installed-osx

Last synced: 12 days ago
JSON representation

:mortar_board: Get an approximate list of the fonts available on your system in OS X

Awesome Lists containing this project

README

        

# fonts-installed-osx

[![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges)

Get an approximate list of the fonts available on your system in OS X. No native dependencies required :)

## Usage

[![NPM](https://nodei.co/npm/fonts-installed-osx.png)](https://www.npmjs.com/package/fonts-installed-osx)

`fonts-installed-osx` exports an array of font names:

``` javascript
> require('fonts-installed-osx')
['Al Nile', 'Al Tarikh', 'Andale Mono', 'Apple Gothic', ...]
```

## See Also

* [font-manager](https://npmjs.com/package/font-manager)

## License

MIT, see [LICENSE.md](http://github.com/hughsk/fonts-installed-osx/blob/master/LICENSE.md) for details.