소스 검색

Fetch google fonts over https

Gio d'Amelio 9 년 전
부모
커밋
4ce7ab945a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html 파일 보기

@@ -13,7 +13,7 @@
13 13
   <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/poole.css">
14 14
   <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/syntax.css">
15 15
   <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/hyde.css">
16
-  <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
16
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
17 17
 
18 18
   <!-- Icons -->
19 19
   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">