|
1 | 1 | // Required global settings and mixins for Foundation
|
2 |
| -@import "foundation/foundation-global"; |
3 | 2 |
|
4 | 3 | // Settings file to override Foundation variables
|
5 | 4 |
|
|
16 | 15 | $white: #fff;
|
17 | 16 |
|
18 | 17 | // 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; |
22 | 21 | // $body-font-weight: normal;
|
23 | 22 | // $body-font-style: normal;
|
24 | 23 |
|
@@ -71,10 +70,10 @@ $body-font-color: #fff;
|
71 | 70 | //
|
72 | 71 |
|
73 | 72 | // 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; |
76 | 75 | // $header-font-style: normal;
|
77 |
| -$header-font-color: #fff; |
| 76 | +$header-font-color: #020202; |
78 | 77 | // $header-line-height: 1.4;
|
79 | 78 | // $header-top-margin: .2em;
|
80 | 79 | // $header-bottom-margin: .5em;
|
|
0 commit comments