postcss-font-awesome icon indicating copy to clipboard operation
postcss-font-awesome copied to clipboard

Still necessary to add Font Awesome CSS?

Open brettdewoody opened this issue 7 years ago • 1 comments

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?

brettdewoody avatar Apr 25 '17 14:04 brettdewoody

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.

dan-gamble avatar Apr 26 '17 08:04 dan-gamble