Skip to content

Commit 76827cd

Browse files
committed
Changed header fonts to raleway
1 parent 8942a8e commit 76827cd

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

_scss/_base.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
@import url('https://fonts.googleapis.com/css?family=Raleway');
12
/**
23
* Base Variables
34
*/
4-
$font-header: 'Space Mono', monospace;
5+
$font-header: 'Raleway', serif;
56
$font-body: 'Inconsolata', monospace;
67
$font-post: 'Lora', serif;
78

css/main.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import url("https://fonts.googleapis.com/css?family=Raleway");
12
/**
23
* Base Variables
34
*/
@@ -35,7 +36,7 @@ body {
3536

3637
h1, h2 {
3738
margin: 0;
38-
font-family: "Space Mono", monospace; }
39+
font-family: "Raleway", serif; }
3940

4041
@media (min-width: 54em) {
4142
h1 {
@@ -99,7 +100,7 @@ ol, ul {
99100
* Letter Spacing
100101
*/
101102
.tabs, .previews__container span, .preview__more, .card__more, .pagination, .footer__archive, .nav, .next__container span, .archives__header {
102-
font-family: "Space Mono", monospace;
103+
font-family: "Raleway", serif;
103104
letter-spacing: 0.05em;
104105
text-transform: uppercase; }
105106

@@ -262,7 +263,7 @@ section {
262263
padding-left: 10em;
263264
padding-right: 14em; } }
264265
.preview__date {
265-
font-family: "Space Mono", monospace;
266+
font-family: "Raleway", serif;
266267
color: #0a0a0a; }
267268
.preview__header {
268269
color: #9f8f68; }
@@ -271,7 +272,7 @@ section {
271272
.preview__more {
272273
display: inline-block;
273274
padding: 0.5em;
274-
font-family: "Space Mono", monospace;
275+
font-family: "Raleway", serif;
275276
color: #9f8f68;
276277
border: 3px solid #9f8f68;
277278
box-shadow: inset 0 0 0 0 #9f8f68;
@@ -350,7 +351,7 @@ section {
350351
.card__more {
351352
display: inline-block;
352353
padding: 0.25em;
353-
font-family: "Space Mono", monospace;
354+
font-family: "Raleway", serif;
354355
color: #9f8f68;
355356
border: 3px solid #9f8f68;
356357
box-shadow: inset 0 0 0 0 #9f8f68;

0 commit comments

Comments
 (0)