Does anybody know how to enable Foundation Icon Fonts in Ember App ? I tried to put it in vendor folder, in public folder, - still does not work with the below code example:
# application.hbs
<ul class="menu">
<li><a href="#"><i class="fi-list"></i><span>One</span></a></li>
<li><a href="#"><i class="fi-list"></i><span>Two</span></a></li>
<li><a href="#"><i class="fi-list"></i><span>Three</span></a></li>
<li><a href="#"><i class="fi-list"></i><span>Four</span></a></li>
</ul>
I also added the import of the above CSS in ember-cli-build.js: app.import('vendor/foundation-icons/foundation-icons.css');
Aucun commentaire:
Enregistrer un commentaire