Hi,
Open sans is one of the two fonts the theme uses by default
– https://forum.tagdiv.com/font-customization/
A general setting for changing the font for all elements at once does not exist currently in the theme. So each element will have to be changed if you want to use the same font across all the website.
Thanks
//used to pull fonts from google
$td_fonts_css_files = ‘://fonts.googleapis.com/css?family=’ . td_fonts::get_google_fonts_names($unique_google_fonts_ids) . td_fonts::get_google_fonts_subset_query();
How do we load these Default Fonts locally ?
Please make a Default font option for the entire site so I don’t have to – beta.sdc.com
Hi,
@TerrenceLP If you wish to use local fonts you can upload them in the theme panel for example, like mentioned in the guide.
The Google fonts can then be disabled in the font settings
– https://www.screencast.com/t/ae0Hdu23RpIh
Thanks