mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-08 16:00:06 -05:00
Use same protocol as page to load font
This commit is contained in:
parent
8aced0f221
commit
cc38ca50dc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<!--[if IE 8]>
|
<!--[if IE 8]>
|
||||||
<script type="text/javascript" src="build/ie8.js"></script>
|
<script type="text/javascript" src="build/ie8.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
|
||||||
|
|
||||||
<link href="build/Squire-UI.css" rel="stylesheet" type="text/css" />
|
<link href="build/Squire-UI.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="build/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
<link href="build/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
Loading…
Reference in a new issue