Archived topic
Local font not loading
5 replies · Started by Klara on February 27, 2023
Viewing posts 1–6 of 6
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;
}
Hi there,
where did you add the @font-face CSS to your site ?
Hi, right now it's in the "Extra css" in the "Customize"-menu.
In your @font-face CSS can you make sure the URL is https and NOT http as the browser may be blocking that.
Of course, thank you so much!
You're welcome
This archived topic is closed to new replies.