FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.39k stars 12.19k forks source link

Using with MeteorJS and NPM #11135

Open mackbrowne opened 7 years ago

mackbrowne commented 7 years ago

I can't seem to get the icons to show up using either the CSS folder or the LESS folder located in the npm package. I'm currently still using the atmosphere package in meteor as a workaround. The meteor-atmosphere package recommends using npm package and that the atmosphere package itself is obsolete.

Ideally I'd like to transfer over to npm and use the less version of fontawesome, but after importing the icons just show up as "fl" (FL). I'm really not sure what I'm doing wrong.

fr-tus commented 7 years ago

I was running into the same issue. Got it working after a change to the variables.less. I commented out the fa-font-path variable with the local path for the font folder and instead used the other font-path variable with the CDN link.

Hope it helps

tagliala commented 7 years ago

@mackbrowne please let us know if @fr-tus 's suggestion fixes the issue.

An new paragraph about meteor in the troubleshooting guide would be appreciated