Skip to content

Commit

Permalink
Merge pull request #26 from Trybnetic/font
Browse files Browse the repository at this point in the history
use cutive mono by google fonts
  • Loading branch information
Trybnetic authored Sep 11, 2017
2 parents 6772d3b + 8fdddb2 commit 93fbed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<title>{{site.title}}</title>
<meta charset="utf-8">
<link href="{{site.url}}{{site.baseurl}}/assets/css/style.css" type="text/css" rel="stylesheet"></link>
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono" rel="stylesheet">
<meta content="{{site.description}}" name="description"></meta>
<meta content="{{site.owner}}" name="author"></meta>
<meta content="Copyright 2017 {{site.owner}}. All rights reserved." name="copyright"></meta>
Expand Down

0 comments on commit 93fbed6

Please sign in to comment.