Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #587174

    I have seen a few threads for this, so I’m sorry for starting another, but I just haven’t been able to get this to work for me so far.

    I have created the necessary files with font squirrel and uploaded them into a font folder within the theme files. I have changed the src code to direct them to the correct folder but still having no success. Any help would be appreciated.

    Thanks

    #587177

    Hi benstripp!

    Do you mind posting FTP credentials here privately as well?
    Have you uploaded your font inside Enfold/fonts folder?

    Regards,
    Yigit

    #587201

    Yes, the font files generated on font squirrel have been uploaded inside Enfold/fonts folder.

    #587695

    Hi Yigit,

    Have you had any luck with finding a solution? I have been trying a few different things myself but still haven’t figured out why it won’t work.

    Thanks

    #587701

    Hi!

    I changed your CSS code to following one

    * {
     font-family: brain_flowerregular !important;
    }

    and custom.css file to following one

    
    @font-face {
        font-family:'brain_flowerregular';
        src: url('../fonts/brain_flower_euro-webfont.eot');
        src: url('../fonts/brain_flower_euro-webfont.eot?#iefix') format('embedded-opentype'),
             url('../fonts/brain_flower_euro-webfont.woff2') format('woff2'),
             url('../fonts/brain_flower_euro-webfont.woff') format('woff'),
             url('../fonts/brain_flower_euro-webfont.ttf') format('truetype'),
             url('../fonts/brain_flower_euro-webfont.svg#brain_flowerregular') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    

    Please review your website now

    Best regards,
    Yigit

    #587704

    Hi Yigit,

    Result! It’s working. Thank you very much for that :)

    #587708

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Adding custom font’ is closed to new replies.