postcss-font-awesome
postcss-font-awesome copied to clipboard
Still necessary to add Font Awesome CSS?
I'm only able to display icons using this plugin when I also add a link
to the Font Awesome CSS file or JS in the CDN, like:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
or
<script src="https://use.fontawesome.com/a39bcfe13b.js"></script>
Is this necessary? Or do you recommend another postCSS plugin to import the CSS?
Hi Brett,
The way i currently do it is to use the CDN as well. I don't currently know of another way to do it. My intention, when FontAwesome (2?) comes out will to hopefully be able to cherry pick the icons used so you won't need to supply to the font / CDN link and the foot print will also be smaller.