Awesome
font dragr
Introduction
Font dragr is a @font-face
testing web app that allows you to test fonts right in the browser. Whether it's from your file system or from the font dragr gallery you can easily test in multiple browsers how a font will look.
In supporting browsers<sup><a href="#sup1">1</a></sup> you can simply drag and drop a font file right into the browser and it will render for you to test away.
Bookmarklet
The font dragr bookmarklet allows you to test custom fonts on any website either from the font dragr gallery or by dropping a font from your file system<sup><a href="#sup1">1</a></sup> into a page with the bookmarklet loaded.
<sup name="sup1">1.</sup> Works in FF3.6+, Chrome 6+ and IE10 PP2.
Run it locally
You can get a copy of font dragr running on your local environment following these steps:
- Install Node.js, Yeoman v1.0 and PhantomJS.
- Run
npm install
andbower install --dev
to get all dependencies. - Run
grunt server
to spin up instance of font dragr. - Run
grunt test
to run unit tests.
This project doesnt include the gallery files found on font dragr live site but dropping font files from your file system will work fine in supporting browsers.
Built with Source Map support
Source maps allow you to map your combined files back to their original state.
Contribute
See something that can be improved, want a feature added or you've found a bug?
Feature or bug fix
- Fork the project and make your changes or write a fix for that bug you found.
- Create a pull request and smile :)
Found a bug or want to request a feature?
- File an issue with as much information as possible in the issue section of the project
- Hit me up on twitter @ryanseddon
License
Copyright 2013, Ryan Seddon This content is released under the MIT license http://ryanseddon.mit-license.org