Skip to content

Commit 60042b9

Browse files
Kevin SuttleKevin Suttle
authored andcommitted
Adjust typography slightly
1 parent 930325d commit 60042b9

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

_includes/head.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@
1414
{% endif %}
1515
</title>
1616

17-
18-
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,400i,700" rel="stylesheet">
19-
<link rel="stylesheet" href="https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css">
20-
2117
</head>

_sass/_reflow.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
font-size: 100%;
1111
margin-top: 0.5em;
1212
}
13+
1314
.site-header {
1415
margin-left: 0;
1516
}

_sass/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ body {
66
font-family: $serif-font;
77
font-synthesis: none;
88
-moz-font-feature-settings: "kern";
9+
font-feature-settings: "kern";
910
-moz-osx-font-smoothing: grayscale;
1011
direction: ltr;
1112
text-align: left;
@@ -86,7 +87,6 @@ a:hover {
8687
.article {
8788
font-family: $serif-font;
8889
line-height: 1.6;
89-
font-size: $base-font-size;
9090

9191
h2,
9292
h3 {

_sass/_variables.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
$base-font-size: 14px;
33
$base-line-height: 1.5;
44

5-
$serif-font: "Merriweather", "Charter", "Cambria", "Noto Serif", "Droid Serif",
5+
$serif-font: "New York Large", "Charter", "Cambria", "Noto Serif", "Droid Serif",
66
"Georgia", serif;
77
$sans-font: -apple-system-font, -apple-system, BlinkMacSystemFont, "Roboto",
8-
"Segoe UI", "Noto Sans", "Noto", "Droid Sans", "Open Sans", "Oxygen",
8+
"Noto Sans", "Noto", "Droid Sans", "Open Sans","Segoe UI", "Oxygen",
99
"Ubuntu", "Cantarell", sans-serif;
10-
$code-font: "Fira Code", "SF Mono", "Roboto Mono", "Noto Mono", "Droid Mono",
10+
$code-font: "SF Mono", "Fira Code", "Roboto Mono", "Noto Mono", "Droid Mono",
1111
"Monaco", "Inconsolata", "Ubuntu Mono", "Liberation Mono", monospace;
1212

1313
// Colors

0 commit comments

Comments
 (0)