Skip to content

Commit

Permalink
Merge pull request #14 from henryhuang/r0.1.3
Browse files Browse the repository at this point in the history
change Source Code Pro to google api
  • Loading branch information
henryhuang authored Jun 21, 2017
2 parents 67cd569 + 4f067eb commit d795b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (pageTitle == '') {

<% css('css/aloha') %>
<% if (config.highlight.enable){ %>
<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">
<% } %>
<% var cdn = theme.cdn;%>
<% if (theme.stylesheets !== undefined && theme.stylesheets.length > 0) { %>
Expand Down

0 comments on commit d795b48

Please sign in to comment.