html - icons are characters and not icons in icon font -


i've made plenty of custom webfonts , icon fonts before , have no idea why isn't working. sure oversight on part. i'm using syntax have used before, generated webfont 2 different ways, both ways , on jsfiddle, own server, , local machine, icon isn't rendered , instead letter, "j". installed font , when type in it, renders icon.

here css:

@font-face{     font-family:'ae team icons';     src:url('http://the-irf.com/files/public/aeteamicons-regular-webfont.woff2') format('woff2'),         url('http://the-irf.com/files/public/aeteamicons-regular-webfont.woff') format('woff')     font-weight:400;     font-style:normal;    unicode-range:u+00-ffff; } i{ font-size:64px; font-family:'ae team icons'; } 

and here link jsfiddle: https://jsfiddle.net/5dnay9bh/


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -