Ionicons CDN trouble [SOLVED]

Hi,

Has anyone used this? I’m trying to use it, but can’t get it to work, look through the GitHub account and its not helpful. I don’t see what I’m doing wrong here, really doing my head in.

https://codepen.io/KUBIX90/pen/YYKRBG

Just to show the icons that I’ve tried to use in the HTML

<figure>
	<i class = "icon ion-home"></i>
	<i class = "icon ion-social-instagram"></i>
</figure>

Fine, it has a CDN link on the site so assumed it would work, I will just try something else i suppose, thanks.

Fontawesome is, er…awesome!

1 Like

Finally! I just solved it, needed to put the below in the link tags and it now works fine

rel = "stylesheet"
2 Likes