In functions.php line 184 and 189, you have added $protocol. This is not necessary. Just setting line 189 as {{{$fonts_url = add_query_arg( $query_args, "//fonts.googleapis.com/css" );}}} will automatically take the required protocol. Further, if you use {{{https://fonts.googleapis.com/css}}}, it will work for both ssl and non ssl sites
functions.php
line 184 and 189, you have added$protocol
. This is not necessary. Just setting line 189 as {{{$fonts_url = add_query_arg( $query_args, "//fonts.googleapis.com/css" );}}} will automatically take the required protocol. Further, if you use {{{https://fonts.googleapis.com/css}}}, it will work for both ssl and non ssl sites