ADD FONT MANUALLY

  • Txiqui7

    #8364

    Hello guys

    I hope you are fine.

    I am trying to add a font manually and use this font on post and page body. To do this I added this code on the custom css.

    @font-face {
    font-family: 'Conv_Gotham-Book';
    src: url('fonts/Gotham-Book/Gotham-Book.eot');
    src: local('☺'), url('fonts/Gotham-Book/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book/Gotham-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    }
    body {
    font-family: "Conv_Gotham-Book" !important;
    }

    The issue is that nothing happens.

    Any idea?

    website: http://www.ibizagayconcierge.com

    Mod

    Kenneth John Odle

    #40993

    Where is this “fonts” folder located?

    NO NEED TO SHOUT! 😉

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

  • You must be logged in to reply to this topic.