浏览代码

Merge pull request #696 from joshuaconner/fix_https_googlefonts_error

dashboard: remove protocol from google fonts links so they work with https
Brandon Philips 11 年之前
父节点
当前提交
be9ee58a52
共有 1 个文件被更改,包括 2 次插入2 次删除
  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">