GitHub Link: github.com I have found Driftyco's ionicons repository, And I would like to use it.
I have download it and import the files ionicons.css
and folder fonts
into my folder /src/assets
, And insert the css file inside /src/index.html
.
I have also change the fonts
dir in the css file to the correct location.
When I write this in my code <i class="icon ion-home"></i>
nothing happen.
It's seem that's not recognized it.
Please help :)