Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonathantneal/directory-fonts-complete
- Owner: jonathantneal
- License: other
- Created: 2015-07-25T05:31:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T23:53:39.000Z (10 months ago)
- Last Synced: 2024-10-19T19:54:04.287Z (4 months ago)
- Language: JavaScript
- Size: 482 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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"
}
}
}
}
}
},
...
}
```