Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hughsk/fonts-installed-osx
- Owner: hughsk
- License: mit
- Created: 2015-10-04T07:38:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T07:38:23.000Z (about 9 years ago)
- Last Synced: 2024-10-17T16:39:47.013Z (22 days ago)
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.