Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #553942

    Hi there,

    Thank you in advance for taking the time to look at this. I’m hoping you can help.

    With the understanding that the Enfold theme comes with a wide variety of Google Fonts to choose from/configure, what/how would you recommend implementing a custom font (especially without breaking any potential updates to the theme)?

    Please let me know if you need more specifics.

    Cheers and thanks…

    • This topic was modified 8 years, 3 months ago by Talo.
    #554007

    Hey Tapu!

    Please take a look at the guide here
    https://kriesi.at/support/topic/new-custom-font/

    which will help you out, to manage get some results for the custom font.
    let us know if we can do anything else for you

    Best regards,
    Basilis

    #554063

    Basilis,

    You’re the best and thanks! You’re almost off the hook with me, so please forgive me as I have one other rookieish question.

    The instruction set:
    “Then upload the font files into the enfold/css folder and add your font face code to custom.css.’

    I did this, but I’m sure the URL has to change right in the custom.css file? What is the URL I should change it too?

    #554253

    Hi,

    Your safest bet is to include the full URL to the file like so:

    http://yoursite.com/folder/font.ttf
    

    Best regards,
    Rikard

    • This reply was modified 8 years, 3 months ago by Rikard.
    #554409

    Still doesnt show up in the Advanced styling area of the Enfold options. I want to customize all H1-H6 using the custom font.

    Thanks…

    #555343

    Hey!

    Adding the font as an option in the theme’s user interface will require more customization. Please use the Quick CSS field if you want to apply the font to the heading tags. Example:

    h1, h2, h3, h4, h5, h6 {
    font-family: 'tradegothicregular' !important;
    }

    Best regards,
    Ismael

    #555437

    Thanks Ismael!

    No luck though… I tried doing this once before as well!…

    I must be doing something really dumb or making a trivial error!

    I’ll attach/create credentials for you just in case you have a second to verify. I doubt this is a bug with the template, but I thought id double check with you.

    … and agree – no sense customizing the interface.

    #555735

    Hi,

    I couldn’t see any code at all in your Quick CSS field, where did you add the CSS?

    Thanks,
    Rikard

    #555967

    It’s back in there… I had taken it out as it didnt do anything previously.

    Feel free to modify code/investigate as needed.

    Thanks.

    #556350

    Hi,

    The single quotes had been messed up in your code, I’ve changed it and it’s working now.

    Regards,
    Rikard

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