Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Replacing font with a corporate font #398858

    Hi Rikard,

    Thank you for your advice regarding the @font-face call.

    It turns out, the .ttf that I was using was corrupt – bah! I have replaced it and all is working as it should!

    Apologies for wasting your time!

    best regards,

    Joe

    in reply to: Replacing font with a corporate font #398392

    I forgot to say what I have done so far.

    I created a folder called font in my Enfold directory, and moved in Futura-Book.ttf, so: enfold/font/Futura-Book.ttf

    I added the following to the Quick CSS under “General Styling > Fonts” tab

    p, a {
    font-family: 'Futura-Book'  !important;
    font-weight: normal;
    font-style: normal;
    }

    And the following to my Custom.CSS file

    @font-face {
    font-family: Futura-Book;
    src: url('../font/Futura-Book.ttf');
    }

    Can someone tell me what I am doing incorrectly here!

    thanks

Viewing 2 posts - 1 through 2 (of 2 total)