[Resolved] Local fonts don’t work in mobile mode

Home Forums Support [Resolved] Local fonts don’t work in mobile mode

Home Forums Support Local fonts don’t work in mobile mode

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1507525
    Alex

    Hi! Need some help with local fonts. I have played around with them to see how to optimize page speed as following:

    1. Created CSS in google-webfonts-helper and uploaded 3 fonts through FTP
    2. Added @font-face to global CSS file
    3. Added fonts to customization panel in function.php
    4. Switched off loading google fonts in function.php
    5. Removed google fonts from panel in function.php

    The desktop version works ok, but mobile version switches to system fonts. Is there anything else to be done?
    Thanks for your support!

    #1507611
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to the site where i can see the issue?

    #1507632
    Alex

    The site is under construction mode. Do you need admin access?

    #1507769
    David
    Staff
    Customer Support

    Only need to see the front end – if you can provide a login to get past the Construction mode.
    You can add those details in the Private Info box.

    #1508074
    Alex

    David, I have deactivated construction mode to let you check up the site.

    #1508137
    David
    Staff
    Customer Support

    Does your server have any Page Caching ? If so can you try clearing that.

    #1508403
    Alex

    No, I haven’t applied caching yet.

    #1508613
    David
    Staff
    Customer Support

    Your @font-face CSS is combined with other CSS that begins with an @media (min-width:768px) { query that never closes. So the CSS is only being applied to larger devices.

    #1508966
    Alex

    Thank you, David. I’ve got to be more attentive next time! 🙂

    #1508967
    Alex

    .

    #1509036
    David
    Staff
    Customer Support

    Glad to be of help

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