• The Roboto Slab font is not loaded correctly. The font is loaded with ://fonts.googleapis.com... but WordPress would guess this is a relative path and not an URL because of the “:” char. You have to change in functions.php the enqueuing of this font by :

    // Add Roboto Slab font.
    wp_enqueue_style( 'roboto-slab', '//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300&subset=latin,cyrillic', array(), null );
    
    
    • This topic was modified 6 years, 2 months ago by prometee.
    • This topic was modified 6 years, 2 months ago by prometee.
  • The topic ‘Google Font are not loaded correctly’ is closed to new replies.