Fix Google webfonts to load over http and https
This commit is contained in:
parent
3c73f33311
commit
43fb2e5688
2 changed files with 3 additions and 1 deletions
|
@ -36,6 +36,8 @@
|
|||
<!-- Modernizr -->
|
||||
<script src="{{ site.url }}/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
|
||||
|
||||
<link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
<!-- Icons -->
|
||||
<!-- 16x16 -->
|
||||
<link rel="shortcut icon" href="{{ site.url }}/favicon.ico">
|
||||
|
|
|
@ -25,4 +25,4 @@ sitemap: false
|
|||
@import "page";
|
||||
@import "vendor/font-awesome/font-awesome";
|
||||
@import "vendor/magnific-popup/magnific-popup";
|
||||
@import "vendor/google/fonts";
|
||||
//@import "vendor/google/fonts";
|
Loading…
Reference in a new issue