https://github.com/robfletcher/font-taxonomy
A classified selection of free web fonts
https://github.com/robfletcher/font-taxonomy
Last synced: 4 months ago
JSON representation
A classified selection of free web fonts
- Host: GitHub
- URL: https://github.com/robfletcher/font-taxonomy
- Owner: robfletcher
- Created: 2013-05-24T12:12:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-26T09:16:15.000Z (about 13 years ago)
- Last Synced: 2024-04-17T22:53:57.770Z (about 2 years ago)
- Language: JavaScript
- Size: 746 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Set up
npm install
bower install
## To run locall
grunt server
## To run in 'production' mode
grunt server:dist
## To build for deployment
grunt build