redacademy / it-winter-2018

2 stars 2 forks source link

Enqueue Roboto Font #28

Closed rcass closed 6 years ago

rcass commented 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.

2lives commented 6 years ago

wp_enqueue_style ('Roboto', 'https://fonts.googleapis.com/css?family=Roboto');

added to functions.php and fonts folder removed.