Hello,
Since recently (don’t know what triggered it exactly), the font Coustard I selected as a header font looks a bit too excentric for my taste on Windows, while on Mac it looks different. What has changed in this, and how can I get it to look like the Mac version?
I have the latest version of both WP and Enfold
Hi!
Unfortunately i do not have a Windows computer to check your website at the moment. I asked my teammates to check your website on Windows. Let us wait to hear from them
Regards,
Yigit
Hi!
Have you checked it on another computer? here’s how it looks for me on Win 7.1 / IE11 – http://screencast.com/t/n2g55ovHt4H8
Cheers!
Josue
Hi Josue,
I received update from my client, he said it only happens on Chrome/Win 7 for him.
Could you check this?
Marten
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_subset_func($fontlist) {
$fontlist .= "&subset=latin,latin-ext";
return $fontlist;
}
add_filter('avf_google_fontlist', 'add_subset_func');
Cheers!
Josue
works!