Ensure that Google fonts are loaded via HTTPS

pull/12/head
Sebastian Kinne 2015-12-04 03:36:58 +00:00
parent e47b64f01c
commit 4be004bc23
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
<link href="website/css/default.css" rel="stylesheet">
<link href="website/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->