Update Font Include for HTTPS

Forgot to use HTTPS on Google Font API
这个提交包含在:
Andrew Senetar 2015-07-25 18:40:34 -05:00
父节点 292d6112e9
当前提交 b946888b97
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -15,7 +15,7 @@
<link rel="stylesheet" href="{{ site.url }}/assets/dist/app.css">
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css' >
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css' >
<!-- Favicon -->
<link rel="shortcut icon" href="{{ site.url }}/favicon.ico" >