Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therebelrobot/fontonite
A public API to convert TTF and OTF fonts to Web Fonts - WIP
https://github.com/therebelrobot/fontonite
Last synced: 9 days ago
JSON representation
A public API to convert TTF and OTF fonts to Web Fonts - WIP
- Host: GitHub
- URL: https://github.com/therebelrobot/fontonite
- Owner: therebelrobot
- License: apache-2.0
- Created: 2015-03-23T00:57:39.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-12-03T17:27:24.000Z (about 9 years ago)
- Last Synced: 2024-11-08T11:19:50.993Z (2 months ago)
- Language: CSS
- Homepage: http://therebelrobot.github.io/fontonite
- Size: 799 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Fontonite](http://therebelrobot.github.io/fontonite)
A public API to convert TTF and OTF fonts to Web Fonts## Contributions
To contribute to the api, take a look at the [fontonite-server](https://github.com/therebelrobot/fontonite-server) repo.To contribute, fork the repo, clone it locally, and when ready, install the dev dependencies by running:
```bash
npm install
```You can run a simple http server by running the following:
```bash
npm start
```Once you've made the desired changes, open a PR and I'll take a look at it.