Changing Blog Font Family for Mobile & Tablets only

Hi there, one last question.

Right now, the main text of my blog posts is set to the font family “Constantia”, which was changed by adding some lines to my CSS. It’s working perfectly on desktop, but for some reason, the font family is different on mobile/tablets.

I’ve scoured the forum and I’ve tried adding a bunch of different codes to my CSS (I’ve spent about a week on it), but no matter what I do, I can’t seem to change it on mobile/tablets.

Is there a line of CSS that I can add that would allow me to set “Constantia” as the main text of my blog posts across all platforms?

Thank you

Hi @eb1990,

Thanks for reaching out.
The content of your blog posts is rendered with the inline style font i.e courier new, and few other sections are in a different font. Although the Constantia font is loaded but has been overridden by the inline font. I would suggest you remove the inline style and check once.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.