Skip to content

Commit 9c21c73

Browse files
committed
Use styles + font from our flyer \o/ #57
1 parent 031bd9e commit 9c21c73

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

source/stylesheets/_settings.scss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Required global settings and mixins for Foundation
2-
@import "foundation/foundation-global";
32

43
// Settings file to override Foundation variables
54

@@ -16,9 +15,9 @@
1615
$white: #fff;
1716

1817
// We use these to control various global styles
19-
$body-bg: #333;
20-
$body-font-color: #fff;
21-
// $body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
18+
$body-bg: $white;
19+
$body-font-color: #030303;
20+
$body-font-family: 'Source Sans Pro', sans-serif;
2221
// $body-font-weight: normal;
2322
// $body-font-style: normal;
2423

@@ -71,10 +70,10 @@ $body-font-color: #fff;
7170
//
7271

7372
// We use these to control header font styles
74-
// $header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
75-
// $header-font-weight: bold;
73+
$header-font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
74+
$header-font-weight: 900;
7675
// $header-font-style: normal;
77-
$header-font-color: #fff;
76+
$header-font-color: #020202;
7877
// $header-line-height: 1.4;
7978
// $header-top-margin: .2em;
8079
// $header-bottom-margin: .5em;

source/stylesheets/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Global Foundation Settings
22
@import "settings";
3-
3+
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:40,900');
44
// Comment out this import if you are customizing you imports below
55
@import "foundation";
66

0 commit comments

Comments
 (0)