Browse Source

dashboard: remove protocol from google fonts links so they work with htttps

Joshua Conner 11 years ago
parent
commit
5987917c0a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mod/dashboard/app/index.html

+ 2 - 2
mod/dashboard/app/index.html

@@ -7,8 +7,8 @@
     <title>etcd dashboard</title>
     <title>etcd dashboard</title>
     <meta name="description" content="">
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width">
     <meta name="viewport" content="width=device-width">
-    <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,400italic,600,700,900" rel="stylesheet" type="text/css">
-    <link href="http://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700" rel="stylesheet" type="text/css">
+    <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,400italic,600,700,900" rel="stylesheet" type="text/css">
+    <link href="//fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700" rel="stylesheet" type="text/css">
     <!-- build:css styles/styles.css -->
     <!-- build:css styles/styles.css -->
     <link rel="stylesheet" href="styles/bootstrap.css">
     <link rel="stylesheet" href="styles/bootstrap.css">
     <link rel="stylesheet" href="styles/main.css">
     <link rel="stylesheet" href="styles/main.css">