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

https://github.com/plotdb/fontset


https://github.com/plotdb/fontset

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# fontset

Curated list of fonts.

## Repo Structure

* All fonts are placed under fonts/ directory
* Additionally, fonts are categorized into different sub-directory under fonts/ by their type / source.
* all fonts are placed in their separated folder along with necessary information ( license, source, referrer, etc )
- fonts can be put together in the same folder if they share the same license and source information.
* there should be a metadata file in each subfolder to describe the information of fonts.
- metadata file could be in .pb or .json format, or any other formats that are parse-able by JS.
- when metatdata is absent, font file should be named after following rule:
- `.`
- `-.`

* fonts from other repo are included with git submodule.

## License

All fonts listed here should be released under open license that are okay for redistribution and commercial use, including but not limited to:
* SIL Open Font License
* Apache License
* GPL
* Ubuntu Font License

Detail of corresponding license for each font should be available in the directory for that font.

Source code except those from fonts repo are released under MIT License.