This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hi!
If i go to Theme Options > Typography and change font-family then nothing changes on the site. What might be the issue?
Best regards,
Eve
Hello,
Thanks for the question. This problem we will fixed in next theme update. For now, please edit legenda/framework/theme-functions file via FTP and change https://prnt.sc/jimgb4 to https://prnt.sc/jimgu5
<?php if(!empty($sfont['font-family'])): ?> font-family: <?php echo '"' . $sfont['font-family'].'";'; endif; ?>
<?php if(!empty($sfont['google-font'])): ?> font-family: <?php echo '"' . str_replace("+", " ", $sfont['google-font']).'";'; endif; ?>
Regards
Thank you.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up