Last active
August 29, 2015 14:09
-
-
Save 4aficiona2/88caeb40024461aa9626 to your computer and use it in GitHub Desktop.
Webfont Loader rake command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# build a custom webfont loader | |
cd ~/Projects/yokai-playground/webfontloader/target; | |
rm webfont.js; | |
cd ..; | |
#rake compile['typekit']; | |
#rake compile['monotype']; | |
rake compile['google']; | |
# How to | |
# no param for compile means all fontservice providers | |
# fontservice provider options: google typekit monotype fontdeck custom | |
# single provider, run `sh webfontloader_build.sh` | |
# copy created file in ./target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment