remove http from link to fonts.googleapis.com to prevent Mixed Content Warnings - partial fix for #5464
This commit is contained in:
@@ -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='')
|
||||
|
||||
Reference in New Issue
Block a user