Font Awesome packaged for Meteor.js.
Please note that starting with Meteor 1.3, you should be using npm packages directly.
Wrapper packages such as this one are now obsolete.
Just run meteor add fortawesome:fontawesome
in your project, then use the standard Font Awesome markup:
<i class="fa fa-home"></i> Home
If you encounter an issue while using this package, please CC @dandv when you file it in this repo.
npm install
(or just yarn
)autopublish.json
and update the version number.node_modules/.bin/gulp getUpstream
node_modules/.bin/gulp updateVersion
Now you can commit the updated package.js
and autopublish.json
(even though the latter is no longer useful after the decommission of autopublish).
To test Font Awesome interactively, run
node_modules/.bin/gulp test
@font-face src url('../fonts/...')
will be resolved to the correct /packages/.../fonts/...
pathsrc/test.html
file into the test directly instead of via rawgit - how to do this with TinyTest?