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].
I’m trying to change the font family into a SiteOrigin Editor widget.
I’m trying to do that as shown in the picture
but the font doesn’t change.
Inspecting the page source code using Firebug I can’t read anywhere style=”font-family:amiri”
Am I doing anything wrong?
Hi Alhazred,
Can you please add a semi colon after the font name? As in, try using:
If that doesn’t work, do you have a public URL where we can take a look at what’s going on?
Please note that this CSS is only applied to the container so if there’s a specific element you want to adjust it may not be affected by this CSS if there’s CSS elsewhere specifically targeting that element.
Thank you, I’ve added the semicolon and it works.