Change Osclass Wizards
functions.php
function osclasswizards_add_google_fonts(){
echo "<link href='http://fonts.googleapis.com/css?family=".osclasswizards_google_fonts()."' rel='stylesheet' type='text/css'>";
echo "<style>body, .gm-style,h1, h2, h3, h4, h5, h6, .listings h2 a, .listing-attr .currency-value, input[type=text], input[type=password], textarea, select, div.fancy-select div.trigger, .main-search label {
font-family: '".str_replace('+',' ',osclasswizards_google_fonts())."', sans-serif;
}
</style>";
}
from http: to https: