jcstauring
Hi
open template folder /tpls/blocks/head.php file
Find
<!-- Import Roboto Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
replace it with
<!-- Import Roboto Fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
Save file and check,
This change will be added to next update of the template as well.
Regards