Comments 3doschaffer started the conversationMay 4, 2019 at 5:13pmWhile the default Robot font is entered on the backend, a font that looks more like Times is displayed. How do I get that to happen? 877Zhivko repliedMay 6, 2019 at 12:16pmHi,Open your theme functions.php file and at the bottom add: add_action('wp_enqueue_scripts', function(){ wp_enqueue_style( 'roboto-font', 'https://fonts.googleapis.com/css?family=Roboto');}); Stachethemes Developer1 Like 3doschaffer repliedMay 6, 2019 at 2:42pmWorked. Thank you! Sign in to reply ...
While the default Robot font is entered on the backend, a font that looks more like Times is displayed. How do I get that to happen?
Hi,
Open your theme functions.php file and at the bottom add:
Stachethemes Developer
Worked. Thank you!