Tagged: ,

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

    Hi,
    The fonts are not displaying correctly on mobile (and some desktops) for our site. They are supposed to be sans-serif (PT Sans and some others) but on an iPhone it is showing a serif font. What could be the issue?

    Our site: http://zerozendesign.com/

    #322795

    Hey David!

    Can you disable your caching/minification for a moment so i can try to debug it?

    Cheers!
    Josue

    #323783

    Hey Josue. Are you online right now? Want us to turn it off?

    #323826

    Sure.

    Best regards,
    Josue

    #323916

    Hey Josue, it is off…go ahead and let me know your findings.

    #323935

    Hey!

    It’s still cached/minified for me but the root of the problem is that you are defining PT sans in your css but it’s not being included anywhere (it will work on systems where the font its installed):

    .header_intro p {
        font-size: 49px!important;
        font-weight: 600!important;
        font-family: "pt sans"!important;
        line-height: 49px!important;
        color: #434343!important
    }

    You need to include either via Theme Options or using a plugin like WP Google Fonts.

    Cheers!
    Josue

    #323952

    We figured it was already included since it is a font available through the theme already. Is this not the case?

    #323956

    Hey!

    It is available (Enfold > General Styling) but it’s not included by default, the default font is Open Sans.

    Regards,
    Josue

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