Hi,
I have noticed the default theme has a correct font stack
font-family: 'Roboto Condensed', sans-serif;
or
font-family: Ubuntu, sans-serif;
If I change the fonts via Custom Typography under Theme Panel to Open Sans the property become
font-family: 'Open Sans';
There is a way to retain the fallback on sans-serif or I need to modify the font-family property via css?
Thanks
Hi,
The , sans-serif; should be added by default for 'Open Sans' font when set form theme panel. I have also tested this but haven’t noticed any issues with this: http://screencast.com/t/DIHhd1LYKGqD
Configuration: http://screencast.com/t/BWXcjcgGh8Bp
Please provide your site’s ulr and point me where to look for this so I can inspect this and also make sure that you try this without plugins and that you use the latest theme version (4.6.1)
Thanks
Hi,
the theme is the latest version, the configuration is the same as your picture. I use a child theme, with no font property inside the css, but the problem is present as well. You can check it in any page of the site where the font is Open Sans
http://nutritomagazine.it/icif/primavisione
Tank you very much
Hi,
Please try this solution, edit td_fonts.php and add . ', sans-serif' like this: http://screencast.com/t/p0uNkfx7UW8
After you make this change please save again from Theme Panel to refresh this: http://screencast.com/t/SAxsrGSZAzdU
Thanks!
It works, thank you!
Anyway, it seems to work only on the real theme, if I put a modified td_fonts.php in child theme this doesn’t work, correct?
Hi,
This will not work from child theme: https://forum.tagdiv.com/child-theme-documentation/
Thanks!