Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #319135

    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

    #320083

    Hi Kah0ona!

    Can you post the link to your website please?

    Regards,
    Yigit

    #320430
    This reply has been marked as private.
    #320460

    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

    #320796

    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

    #323566

    Hi Josue,

    I received update from my client, he said it only happens on Chrome/Win 7 for him.

    Could you check this?

    Marten

    #323832

    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

    #324131

    works!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Font Coustard looks different/weird on Windows’ is closed to new replies.