mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 06:35:37 +00:00
remove http from link to fonts.googleapis.com to prevent Mixed Content Warnings - partial fix for #5464
This commit is contained in:
parent
afc6fba5bf
commit
a7e1c30dca
1 changed files with 1 additions and 1 deletions
|
|
@ -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='')
|
||||
|
|
|
|||
Loading…
Reference in a new issue