Skip to content

Commit

Permalink
Update html-start.html
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixenero committed Feb 7, 2016
1 parent 3f20b46 commit 6b3bdcc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _includes/html-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='//fonts.googleapis.com/css?family=Julius+Sans+One|Source+Sans+Pro:400,700|Source+Code+Pro|Source+Serif+Pro:400,700' rel='stylesheet' type='text/css'>
<style>
/* Use Heuristica's italics to stand in for the missing Source Serif Pro italics. */

@font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 400;
src: local('Heuristica Italic'), url(//brick.a.ssl.fastly.net/fonts/heuristica/400i.woff) format('woff');
}

@font-face{
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 700;
src: local('Heuristica Bold Italic'), url(//brick.a.ssl.fastly.net/fonts/heuristica/700i.woff) format('woff');
}
</style>
<link rel="stylesheet" type="text/css" href="/assets/stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="/assets/stylesheets/print.css" media="print">

Expand Down

0 comments on commit 6b3bdcc

Please sign in to comment.