Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #516682

    How do I assign a custom font that I uploaded to the header.php to the button text?

    #517259

    Hey mcraig77!

    Thank you for using Enfold.

    Where did you upload the font? Please try this in the Quick CSS field:

    .phone-info:before {
        content: '\E832';
        font-family: 'entypo-fontello';
    }

    Cheers!
    Ismael

    #517668

    Yes that worked but there is not a strange symbol before the text… here is the thread from how I uploaded the fonts ( see private)

    Pleae Advide

    • This reply was modified 8 years, 6 months ago by mcraig77.
    #517679

    Hi!

    It seems that the font is not loading properly.
    Do you have cache enabled?

    Regards,
    Basilis

    #517683

    I dont believe so… I’m using chrome with no cache extensions.

    #518123

    Hey!

    Please remove the code. Use this instead:

    .phone-info { font-family: 'caviar_dreamsregular',Delicious, sans-serif !important; }
    

    Regards,
    Ismael

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