mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
1.4 KiB
1.4 KiB
Packaging Font Awesome for Meteor.js, the most popular full-stack JavaScript framework on GitHub.
Meteor
If you're new to Meteor, here's what the excitement is all about - watch the first two minutes; you'll be hooked by 1:28.
That screencast is from 2012. In the meantime, Meteor has become a mature JavaScript-everywhere web development framework with numerous advantages over all other single-page application frameworks.
Issues
If you encounter an issue while using this package, please CC @dandv when you file it in this repo.
DONE
- No need for CSS override files - Meteor will automatically "convert relative URLs to absolute URLs
when merging CSS files" since v0.8.1
so CSS
@font-face src url('../fonts/...')
will be resolved to the correct/packages/.../fonts/...
path - Tests that font(s) are downloadable
- Visual check
TODO
- Read the
src/test.html
file into the test directly instead of via rawgit - how to do this with TinyTest? - Add the woff2 font before woff when it becomes available