remove http from link to fonts.googleapis.com to prevent Mixed Content Warnings - partial fix for #5464

This commit is contained in:
Alys 2015-06-23 16:47:18 +10:00
parent afc6fba5bf
commit a7e1c30dca

View file

@ -2,7 +2,7 @@ doctype html
html(ng-app='habitrpg', ng-controller='RootCtrl')
head
meta(charset='utf-8')
link(href='http://fonts.googleapis.com/css?family=Lato:400,700', rel='stylesheet', type='text/css')
link(href='//fonts.googleapis.com/css?family=Lato:400,700', rel='stylesheet', type='text/css')
title HabitRPG | Your Life the Role Playing Game
meta(name='description', content='')
meta(name='keywords', content='')