Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from cameron/patch-1
Browse files Browse the repository at this point in the history
use protocol agnostic urls for google fonts
  • Loading branch information
chibicode committed Mar 17, 2014
2 parents d2a7d3f + 1eea855 commit 3a23f73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ site.title_tag_text }}</title>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto:400,400italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/syntax.css">
<link rel="stylesheet" href="css/solo.css">
Expand All @@ -18,4 +18,4 @@ <h1><a href="./">{{ site.h1_tag_text }}</a></h1>
</div>
{% include scripts.html %}
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions css/solo.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url(http://fonts.googleapis.com/css?family=Montserrat:700);
@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700);
@import url(//fonts.googleapis.com/css?family=Montserrat:700);
@import url(//fonts.googleapis.com/css?family=Inconsolata:400,700);

html {
font: 16px/1.5 Inconsolata, sans-serif;
Expand Down Expand Up @@ -145,4 +145,4 @@ code {
max-width: 30rem;
margin: 0 auto;
padding: 0 1rem;
}
}

0 comments on commit 3a23f73

Please sign in to comment.