using page builder adding custom fonts
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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.