• Resolved Benjober

    (@benjober)


    I want to use a font, particularly Bebas.
    In the setting of themes in the field of Custom CSS prescribe the following code:

    @font-face {
    font-family: ‘BebasBold’;
    src: url(https://www.daniilmay.com/wp-content/themes/bb-theme/fonts/BebasBold.woff);
    font-weight: normal;
    font-style: normal;
    }

    h1,h2,h3 {
    font-family: “BebasBold”, Arial, sans-serif; !important;
    }

    But somehow it does not work. In other constructors at me it has always worked. What is the reason?

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Custom font does not work’ is closed to new replies.