Closed rcass closed 6 years ago
Since the the typeface you are using (Roboto) is a google font I recommend just enqueuing that font rather than having those font files stored with the theme.
wp_enqueue_style ('Roboto', 'https://fonts.googleapis.com/css?family=Roboto');
added to functions.php and fonts folder removed.
Since the the typeface you are using (Roboto) is a google font I recommend just enqueuing that font rather than having those font files stored with the theme.