Skip to content

Commit

Permalink
Fix font inclusions in HTML link tags
Browse files Browse the repository at this point in the history
The Roboto font was being included for some reason and there was an
inconsistency in the Open Sans link tag too.
  • Loading branch information
polybuildr committed Jun 13, 2015
1 parent b2555ae commit 9d0690c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
3 changes: 1 addition & 2 deletions skins/monoblue/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/monoblue.css">
<link href="css/prism.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,600" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:400,400italic,500" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600" rel="stylesheet" type="text/css">
<title>{{title}}</title>
</head>
<body>
Expand Down
3 changes: 1 addition & 2 deletions skins/monoblue/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<link rel="stylesheet" href="../css/normalize.css">
<link rel="stylesheet" href="../css/monoblue.css">
<link href="../css/prism.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,500' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container single">
Expand Down
3 changes: 1 addition & 2 deletions skins/monogreen/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/monogreen.css">
<link href="css/prism.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,600" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:400,400italic,500" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600" rel="stylesheet" type="text/css">
<title>{{title}}</title>
</head>
<body>
Expand Down
3 changes: 1 addition & 2 deletions skins/monogreen/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<link rel="stylesheet" href="../css/normalize.css">
<link rel="stylesheet" href="../css/monogreen.css">
<link href="../css/prism.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,500' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container single">
Expand Down
3 changes: 1 addition & 2 deletions skins/monopurple/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/monopurple.css">
<link href="css/prism.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,600" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:400,400italic,500" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600" rel="stylesheet" type="text/css">
<title>{{title}}</title>
</head>
<body>
Expand Down
3 changes: 1 addition & 2 deletions skins/monopurple/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<link rel="stylesheet" href="../css/normalize.css">
<link rel="stylesheet" href="../css/monopurple.css">
<link href="../css/prism.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,500' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container single">
Expand Down
3 changes: 1 addition & 2 deletions skins/monored/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/monored.css">
<link href="css/prism.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,600" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:400,400italic,500" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600" rel="stylesheet" type="text/css">
<title>{{title}}</title>
</head>
<body>
Expand Down
3 changes: 1 addition & 2 deletions skins/monored/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<link rel="stylesheet" href="../css/normalize.css">
<link rel="stylesheet" href="../css/monored.css">
<link href="../css/prism.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,500' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container single">
Expand Down

0 comments on commit 9d0690c

Please sign in to comment.