Google Font are not loaded correctly
-
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 infunctions.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 );
- The topic ‘Google Font are not loaded correctly’ is closed to new replies.