• Resolved 70ph

    (@70ph)


    Hi,

    Is it possible to use self-hosted webfonts via @font-face with the countdown theme?

    Ist it also possible to use external fonts from sites like monotype.com or linotype.com?

    Best,
    Chris

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author NiteoThemes

    (@niteo)

    Hi Chris, you could try import your local font via custom css with your font-face like this:

    @font-face {
    font-family: myFont;
    src: url(pathtomyfont/myFont.woff);
    }

    and then use the font for the default elements:

    body,input, select, textarea, button, h1,h2,h3,h4,h5,h6 {font-family: myFont;)

    theoretically it should work

    other online font sites are not supported..

    Thread Starter 70ph

    (@70ph)

    Thank you Alex!

    I tried to figure it out, but the font can’t be found and it switches to some default font. I assume it has to be uploaded to the directory of the custom css file, – which I also couldn’t find – since direct urls also don’t work . May I ask you for a hint on where to find the custom css?

    All the best,
    Chris

    Plugin Author NiteoThemes

    (@niteo)

    You need to upload the font to your server – any folder which is publicly accessible, or host it on 3rd party server. Once you have a working URL with your font, simply edit the URL path in @font-face CSS and insert it to CMP Settings – custom CSS.

    that should work.

    Alex

    Plugin Author NiteoThemes

    (@niteo)

    Closing due to inactivity

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘webfonts others than Google Fonts’ is closed to new replies.