board logo
Posted by: Lemonde - 19 September 2018 08:08:08
Hello I have a website in ASPX that has been working fine, but now I have added an SSL certificate to the site, the text appears to have changed to a different font. What could this be?

Posted by: Lemonde - 19 September 2018 08:11:08
OK I can see what this is now - it is the backup font that is being used. This is because the fonts being used from google api has http coded into the lookup: My Google Webfonts lookups had to be changed, so I did a find and replace across the whole solution: http://fonts.googleapis.com replace with: //fonts.googleapis.com which substituted all of the URLs correctly.