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

    Hey,

    I want to use the font tenby five so I downloaded the follofing code from fontsprings and put it into custom CSS but nothin happened. Can you help?

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

    }

    #896959

    Hey McCreight_Media,
    Try adding the full path to the font in the url.
    Then add the css for the elements that you wish to use the new font on in the General Styling > Quick CSS field, such as:

    h1,h2,h3,h4,h5,h6 { font-family: tenby-five-light !important; }

    Best regards,
    Mike

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