Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonathantneal/directory-fonts-complete

Generate a complete list of fonts and their sources from a directory
https://github.com/jonathantneal/directory-fonts-complete

Last synced: 4 months ago
JSON representation

Generate a complete list of fonts and their sources from a directory

Awesome Lists containing this project

README

        

# Directory Fonts Complete

Generate a complete list of fonts and their sources from a directory.

## Usage

``` js
return require('directory-fonts-complete')('/System Folder/Fonts', ['custom/font/path/on/site']);
```

yields

``` json
{
"Apple Braille": {
"variants": {
"400": {
"normal": {
{
"local": [
"Apple Braille",
"AppleBraille"
],
"url": {
"ttf": "/System/Library/Fonts/Apple Braille.ttf"
}
}
}
}
}
},
...
}
```