Default Font

Hi,

I’m having problem with font on our website. Our goal is to use the “Open Sans” font on all the website.

In order to do that, we inserted the following code in our CSS file in order to override the current theme :

body {
font-family: 'Open Sans', sans-serif;
}

When posting content, we always use the (Default) font. However, this override doesn’t seem to work. I tried to add the !important tag in order to prioritize this styling but we still get “Source Sans” as a font.


Do you guys have any idea how to fix this issue ?

Thank you so much,

Maxime