|
@@ -28,8 +28,8 @@
|
|
|
<% if (theme.favicon){ %>
|
|
|
<link rel="icon" href="<%- theme.favicon %>">
|
|
|
<% } %>
|
|
|
- <link href='//fonts.useso.com/css?family=Open+Sans:400italic,400,600' rel='stylesheet' type='text/css'>
|
|
|
- <link href="//fonts.useso.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'>
|
|
|
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600' rel='stylesheet' type='text/css'>
|
|
|
<%- css('css/style') %>
|
|
|
<%- css('font-awesome/css/font-awesome.min') %>
|
|
|
<%- partial('google-analytics') %>
|