Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #540718

    Font Display Error
    I tried every font on general styling, font still display inconsistently. Current font is Open Sans for both header and body text.
    The picture above is on iphone 5s. On Mac OS X problem is the same.
    The address is : sunshineholding.com.vn

    #540724

    Hi supermanikin!

    Please add following code to Functions.php file in Appearance > Editor

    function add_subset_func($fontlist) {
    	$fontlist .= "&subset=latin,latin-ext";
    	return $fontlist;
    }
    add_filter('avf_google_fontlist', 'add_subset_func');

    Regards,
    Yigit

    #540816

    I tried to put those codes at the end of the Theme Functions – functions.php but it does not work. Font still display inconsistently. Do you have any other idea about it?

    #540823

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #540830

    I posted it on the private content.
    Thank you.

    #540843

    Hi!

    Can you please flush browser cache and refresh your page a few times? I checked your website on my iphone and on OSX 10.11 and it does look fine on my end on Chrome, Firefox and Safari. Please see screenshots in private content field below

    Best regards,
    Yigit

    #540858

    It still have problems. You can take a look at the pic on private content.

    #541327

    Did you find the solution?

    #541695

    Hi!

    It still looks fine on my iphone – http://i.imgur.com/tMRlw2H.png. You are not using private browser, please try using it. Also make sure to flush cache on your mobile browser.

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.