Hi,
I uploaded the Chevron_circled_right (import Entypo svg to fontello.com) and it shows up in the font list. See screendump here.
When I use the magic wand to get the shotcode, it gives the code av_font_icon icon=’ue800′ font=’fontello’ See screendump here.
So in my custom CSS I use:
content: '\E800'; font-family: 'entypo-fontello';
float: right;
font-size:30px;
But that gives the music note icon.
Any idea on how to solve this?
Best regards,
Steven
Hey steviger,
Have you tried:
content: '\E800'; font-family: 'fontello';
float: right;
font-size:30px;
Best regards,
Mike
Hi Mike,
Nope and it just did the trick ;) Thanks!
Best regards,
Steven