Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #840070

    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

    • This topic was modified 6 years, 9 months ago by steviger.
    #840164

    Hey steviger,
    Have you tried:

    content:   '\E800'; font-family: 'fontello'; 
    float: right;
    font-size:30px;

    Best regards,
    Mike

    #840330

    Hi Mike,

    Nope and it just did the trick ;) Thanks!

    Best regards,

    Steven

    #840432

    Hi Steven,

    Great, glad we could help and thanks for your feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.