Tagged: 

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

    You can use a font with personal font face?
    use a child-thems .. can you help me thanks

    #381503

    Hi paso70!

    Do you have a font file you wish to use with @font-face? If so then add this to your custom CSS.

    @font-face {
        font-family: your_font_name;
        src: url(your_font.woff);
    }

    And then for example if you wanted to change the H1 headings then you could use this CSS.

    h1 { font-family: your_font_name !important; }
    

    Cheers!
    Elliott

    #381516

    Hi apologies, I don’t mean to hijack this thread, but could I just ask, once I’ve downloaded the files from Font Face generator, do I upload the entire content of the font folder to Enfold/css folder? Thank you

    #381821

    Hey!

    You can upload them into Enfold/fonts folder as well. After uploading them, you need to adjust the path to your custom font
    “src: url(your_font.woff);”

    Best regards,
    Yigit

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