Site logo

[Resolved] Local font not loading

Home Forums Support [Resolved] Local font not loading

Home Forums Support Local font not loading

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2548481
    Klara

    I’m building a site and have bought a font, however I cannot get it to load properly. T

    @font-face {
        font-family: 'Hurme Geometric Sans';
    src: local("Hurme Geometric Sans");
        src: url("http://www.ahlstrominsociety.com/wp-content/uploads/2023/02/HurmeGeometricSans3-Regular.woff") format("woff");
        font-weight: normal;
        font-style: normal;
    }
    
    h1 {
        font-family: 'Hurme Geometric Sans', sans-serif;
    	color:green;
    }
    
    #2548811
    David
    Staff
    Customer Support

    Hi there,

    where did you add the @font-face CSS to your site ?

    #2548855
    Klara

    Hi, right now it’s in the “Extra css” in the “Customize”-menu.

    #2548946
    David
    Staff
    Customer Support

    In your @font-face CSS can you make sure the URL is https and NOT http as the browser may be blocking that.

    #2550181
    Klara

    Of course, thank you so much!

    #2550342
    David
    Staff
    Customer Support

    You’re welcome

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