Update Font Include for HTTPS

Forgot to use HTTPS on Google Font API
This commit is contained in:
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" >