0.0.2 • Published 11 years ago
ui-fonts v0.0.2
#Overview
This provides less files, which can simply be imported and there is
no need for you to worry about the font path, which makes it great when
working with Polymer.
##Usage
npm install --save custom-elements/ui-fonts.gitIn your less/css source, you just import and this will inline:
@import "<root>/node_modules/ui-fonts/build/font-awesome";
@import "<root>/node_modules/ui-fonts/build/anonymous-pro";##LESS/CSS
Just to be nice, the less files in ./build are valid css, so you
can use them without processing, check out it in demo.html.