https://github.com/plotdb/fontset
https://github.com/plotdb/fontset
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plotdb/fontset
- Owner: plotdb
- Created: 2019-10-15T08:13:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T06:01:01.000Z (about 6 years ago)
- Last Synced: 2025-06-03T05:59:02.095Z (7 months ago)
- Language: HTML
- Size: 293 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.