Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #672800

    Hi,

    I’ve tried adding a custom font using the information from one of the posts on your forum.

    I generated the font using FontSquirrel, have uploaded the font to my child theme and added the font css to Quick CSS

    @font-face {
    font-family: ‘agencyregular’;
    src: url(‘agency-webfont.woff2’) format(‘woff2’),
    url(‘agency-webfont.woff’) format(‘woff’);
    font-weight: normal;
    font-style: normal;

    }

    h1 {

    font-family: agencyregular !important;

    }

    but I can’t get it to work.

    Any suggestions would be greatly appreciated.

    #673026

    Hey philthebass,

    Could you try using the full URL for the font in your CSS?

    Regards,
    Rikard

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