Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1207284

    ZerotoOne
    Participant

    hey there,
    I experienced an issue that whenever I visit my site on a smartphone the fonts are not displayed correctly. please have a look.

    #1207285

    ZerotoOne
    Participant
    This reply has been marked as private.
    #1207724

    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    I just checked and the fonts are correctly working, and they are the same on desktop and mobile. Fonts are Lato and Montserrat, what mobile and browser you’re testing it on.

    Thanks!

    #1207832

    ZerotoOne
    Participant

    jep and the third font is missing ‘Playfair Display’

    #1208168

    Rad
    Moderator

    Hi there,

    I just checked and that font works on mobile too. The sample is the “unser Bestes” text. What browser and mobile device you’re having this issue?

    Thanks!

    #1208224

    ZerotoOne
    Participant

    s7 with chrome and blackberry passport stock browser

    #1208533

    Rad
    Moderator

    Hi there,

    Please add this code to your child theme’s functions.php

    add_action('wp_head', 'playfair_display_font');
    function playfair_display_font () { echo '<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">'; }

    That should do it.

    Thanks!