Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
how do you add custom fonts using page builder? I added
p {
font-family: StandingRoomOnlyNF;
src: url(“/wp-includes/fonts/StandingRoomOnlyNF.otf”) format(“opentype”);
font-weight: normal;
font-style: normal;
}
body, h1, h2, h3, h4, h5, h6 {
font-family:StandingRoomOnlyNF;
}
to the CSS editor and still can not get it to work. I added it to the attributes CSS Styles too.
Hi Cpuwizz,
So there’s an issue with your CSS. You need to use @font-face to set up the font rather than a generic element. If this doesn’t resolve the issue, please check that the font path is correct. If it is, do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.