Change Open Sans to "default" font

Posted in: Newsmag
Post count: 3

I have changed the global font but everything in the CSS for style.css has open sans in it… what is the point of the global font then?

For example:


.sf-menu > li > a {
font-family: 'Open Sans', arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', arial, sans-serif;
}

Is there a way to apply the default font to everything without going through the entire css file?

Post count: 3

And also without changing “Default” to the desired font for every single dropdown in “Theme Panel > Theme Fonts”.

Post count: 6535

HI

When the theme is first time installed on site is applied the default css from style.css When you make changes in theme panel a new css is automatically generated and override the code from style.css. The default option refers to the color/font set from style.css. You can change this only if you edit the entire css file but is more easy to do it from theme panel.

Thanks!

Post count: 3

Hi,

Thanks for the help. This mankes sense but a new CSS is not being generated.. How can I correct this?

Post count: 6535

Hi

Do you mean that changes made in theme panel are not applied on front end? This could be a cache issue so try to make some changes which involve custom css, change a color or a a font, clear all caches then test again.
Let me know how it goes and if you still can’r manage to solve this please provide more details about this issue and also your site url so i can have a closer look.

Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.