Skip to content

Commit 996e91b

Browse files
Justin JohnsonJustin Johnson
authored andcommitted
Revert 7f7d9bf..0b3cb7a
This rolls back to commit 7f7d9bf.
1 parent 0b3cb7a commit 996e91b

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

_layouts/default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1717
<![endif]-->
1818

19-
<link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
2019
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
2120

2221
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->

_scss/_variables.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Colors
7-
$blue: #4183C4;
7+
$blue: #4183C4;
88

99
// Grays
1010
$black: #000;
@@ -18,11 +18,10 @@ $white: #fff;
1818
$helvetica: Helvetica, Arial, sans-serif;
1919
$helveticaNeue: "Helvetica Neue", Helvetica, Arial, sans-serif;
2020
$georgia: Georgia, serif;
21-
$lato: "Lato", sans-serif;
2221

2322
// Mobile breakpoints
2423
@mixin mobile {
2524
@media screen and (max-width: 640px) {
2625
@content;
2726
}
28-
}
27+
}

style.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ html {
1919

2020
body {
2121
background: $white;
22-
font: 18px/1.4 $lato;
22+
font: 18px/1.4 $helvetica;
2323
color: $darkGray;
2424
}
2525

@@ -31,7 +31,7 @@ body {
3131
}
3232

3333
h1, h2, h3, h4, h5, h6 {
34-
font-family: $lato;
34+
font-family: $helveticaNeue;
3535
color: $darkerGray;
3636
font-weight: 600;
3737

@@ -191,7 +191,7 @@ img {
191191
margin: 0;
192192
color: $darkGray;
193193
cursor: pointer;
194-
font-family: $lato;
194+
font-family: $helveticaNeue;
195195
font-weight: 300;
196196
font-size: 28px;
197197
letter-spacing: 1px;
@@ -210,7 +210,7 @@ img {
210210
nav {
211211
float: right;
212212
margin-top: 23px; // @TODO: Vertically middle align
213-
font-family: $lato;
213+
font-family: $helveticaNeue;
214214
font-size: 18px;
215215

216216
@include mobile {

0 commit comments

Comments
 (0)