Problem with icon fonts
Closed this issue · 3 comments
Hi! I'm an Italian developer and I recently installed from Atmosphere the Semantic UI package.
I noticed that font icons don't work. I tried to copy them to the public folder changing the URL into the CSS FontFace...but don't work..
Am I doing something wrong?
thanks! ;-)
Hi there,
you should not need to copy anything anymore.
Just do mrt add semantic-ui
and everything should work.
I just tested it with this small project:
https://github.com/nooitaf/meteor-semantic-ui-icon-test
Update:
Since Meteor 0.9.0 and the new package system you should of course use
meteor add nooitaf:semantic-ui
to add it to you project.
I also tested the new version with meteor deployment with the same code mentioned above:
http://semantic-ui-0.19.2-asset-test.meteor.com/
Yep, it's all ok. In my project I installed accounts-templates-semantic-ui
I check that what I installed interferes with your package.
Thanks!
Nice :)
I checked the other project and it seems like they don't include any semantic-ui stuff. So it shouldn't be interfering. You might have to install semantic-ui
additionally tho, but i didnt try it.