5
5
@import url (' fonts.css' );
6
6
@import url (' skeleton.css' );
7
7
8
+ $font-fallbacks : ' HelveticaNeue' , ' Helvetica Neue' , Helvetica , Arial , sans-serif ;
9
+ $sans-regular : ' SourceSansProRegular' , $font-fallbacks ;
10
+ $sans-light : ' SourceSansProLight' , $font-fallbacks ;
11
+ $sans-bold : ' SourceSansProBold' , $font-fallbacks ;
12
+
13
+ $monospace : (Consolas, " Andale Mono WT" , " Andale Mono" ,
14
+ " Lucida Console" , " Lucida Sans Typewriter" ,
15
+ " DejaVu Sans Mono" , " Bitstream Vera Sans Mono" ,
16
+ " Liberation Mono" , " Nimbus Mono L" ,
17
+ Monaco, " Courier New" , Courier , monospace );
18
+
8
19
.clearfix :after {
9
20
content : " ." ;
10
21
display : block ;
26
37
html {
27
38
height : 100% ;
28
39
background : #fff ;
29
- font-family :' SourceSansProRegular ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
40
+ font-family :$ sans-regular ;
30
41
-webkit-font-smoothing : antialiased ; /* Fix for webkit rendering */
31
42
-webkit-text-size-adjust : 100% ;
32
43
}
35
46
html {
36
47
height : 100% ;
37
48
background : #fff ;
38
- font-family :' SourceSansProRegular ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
49
+ font-family :$ sans-regular ;
39
50
-webkit-font-smoothing : antialiased ; /* Fix for webkit rendering */
40
51
-webkit-text-size-adjust : 100% ;
41
52
}
49
60
transition : all .15s linear ;
50
61
}
51
62
52
- strong {font-family :' SourceSansProBold ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;}
63
+ strong {font-family :$ sans-bold ;}
53
64
em {font-style : italic ;}
54
65
55
66
ul {}
@@ -121,13 +132,13 @@ header {
121
132
font-size : 18px ;
122
133
line-height : 22px ;
123
134
margin : 20px 0 30px 0 ;
124
- font-family :' SourceSansProLight ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
135
+ font-family :$ sans-light ;
125
136
font-style : italic ;
126
137
display : inline-block ;
127
138
color : #fff ;
128
139
129
140
strong {
130
- font-family :' SourceSansProRegular ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
141
+ font-family :$ sans-regular ;
131
142
letter-spacing : -1px ;
132
143
}
133
144
}
@@ -142,7 +153,7 @@ header {
142
153
}
143
154
144
155
nav #nav-global {
145
- font-family :' SourceSansProLight ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
156
+ font-family :$ sans-light ;
146
157
margin : 0 ;
147
158
padding : 0 ;
148
159
background : #fff ;
@@ -182,37 +193,37 @@ section.container {
182
193
margin-bottom : 20px ;
183
194
184
195
h2 {
185
- font-family :' SourceSansProBold ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
196
+ font-family :$ sans-bold ;
186
197
font-size : 28px ;
187
198
margin-bottom : 15px ;
188
199
color : #8d9eb0 ;
189
200
}
190
201
191
202
h3 {
192
- font-family :' SourceSansProBold ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
203
+ font-family :$ sans-bold ;
193
204
font-size : 22px ;
194
205
line-height : 22px ;
195
206
margin-bottom : 15px ;
196
207
color : #aaa ;
197
208
}
198
209
199
210
h4 {
200
- font-family :' SourceSansProBold ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
211
+ font-family :$ sans-bold ;
201
212
font-size : 18px ;
202
213
line-height : 18px ;
203
214
margin-bottom : 15px ;
204
215
color : #aaa ;
205
216
}
206
217
207
218
p {
208
- font-family :' SourceSansProLight ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
219
+ font-family :$ sans-light ;
209
220
font-size : 16px ;
210
221
line-height : 22px ;
211
222
margin-bottom : 15px ;
212
223
}
213
224
214
225
a {
215
- font-family :' SourceSansProRegular ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
226
+ font-family :$ sans-regular ;
216
227
color : #ef7600 ;
217
228
text-decoration : none ;
218
229
}
@@ -224,7 +235,7 @@ section.container {
224
235
strong {color : #888 ;}
225
236
226
237
code , pre {
227
- font-family : Consolas, " Andale Mono WT " , " Andale Mono " , " Lucida Console " , " Lucida Sans Typewriter " , " DejaVu Sans Mono " , " Bitstream Vera Sans Mono " , " Liberation Mono " , " Nimbus Mono L " , Monaco, " Courier New " , Courier , monospace ;
238
+ font-family : $ monospace ;
228
239
color : #c40022 ;
229
240
background : #ffe8e9 ;
230
241
font-size : 14px ;
@@ -314,7 +325,7 @@ footer {
314
325
}
315
326
316
327
section .container {
317
- h5 {font-family :' SourceSansProBold ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;}
328
+ h5 {font-family :$ sans-bold ;}
318
329
p {white-space : nowrap ; margin-bottom : 0 ;}
319
330
320
331
a {
@@ -327,7 +338,7 @@ footer {
327
338
ul {margin-bottom : 0 ;}
328
339
329
340
li {
330
- font-family :' SourceSansProLight ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
341
+ font-family :$ sans-light ;
331
342
display : inline-block ;
332
343
list-style : none ;
333
344
margin-right : 5px ;
@@ -504,7 +515,7 @@ footer {
504
515
505
516
a #pull {
506
517
display : block ;
507
- font-family :' SourceSansProBold ' , ' HelveticaNeue ' , ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
518
+ font-family :$ sans-bold ;
508
519
padding : 10px 0 10px 15px ;
509
520
/* border-top: 1px solid #eee;*/
510
521
color : #8d9eb0 ;
0 commit comments