I had been noticing an SSL mixed content warning on the forum for a few months. For some reason, I had been too lazy to fix it?

However, now that the site traffic is increasing and the @goldcoin Twitter is exploding, I decided it needed to be fixed. I opened a site page on Firefox and clicked "view page source". Then I searched the page for "http:" and found the culprit at the top of the page.
Broken >>
<link href="http://fonts.googleapis.com/css?family=Ubuntu:400,300,500" rel="stylesheet" type="text/css">
Fixed >>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,300,500" rel="stylesheet" type="text/css">
No one had ever reported the problem, but I think IE and Firefox were the only browsers that cried. Wonder why? lol. Anyway it's fixed. And it took me 10 times longer to write this post than it did to fix the problem.
