2
2
* Rubyconf Variables
3
3
*/
4
4
: root {
5
- /*--font-body: "Source Sans Pro", Helvetica, Arial, sans-serif;*/
6
5
--font-body : "Work sans" , Helvetica, Arial, sans-serif;
7
6
--font-logotype : "OleoSwash" , Courier, monospace;
8
- --font-heading : "YoungSerif" , Courier, monospace;
9
- --font-subheading : "Source Sans Pro" , Helvetica, Arial, sans-serif;
10
- --font-subtitle : "Source Code Pro" , Courier, monospace;
11
7
--primary-color-darker : # e33558 ;
12
8
--primary-color : # FE3E62 ;
13
9
--primary-grey : # c2c2c2 ;
25
21
/**
26
22
* Import Fonts
27
23
*/
28
-
29
24
/* Work sans */
30
25
@import url ('https://fonts.googleapis.com/css?family=Work+Sans:400,700' );
31
26
32
- /* Source sans */
33
- @import url ("https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:400,600&subset=latin-ext" );
34
-
35
27
/* Swash */
36
28
@import url ('https://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps&subset=latin-ext' );
37
29
38
- /* Young serif */
39
- @font-face {
40
- font-family : YoungSerif;
41
- src : url ("./fonts/YoungSerif-Regular.woff2" );
42
- }
43
-
44
30
@font-face {
45
31
font-family : OleoSwash;
46
32
src : url ("./fonts/OleoScriptSwashCaps-Regular.woff2" );
@@ -222,7 +208,6 @@ body {
222
208
.hero__slogan {
223
209
color : var (--primary-color );
224
210
display : block;
225
- font-family : var (--font-heading );
226
211
font-size : 4rem ;
227
212
line-height : 5rem ;
228
213
margin-bottom : 5rem ;
@@ -236,7 +221,6 @@ body {
236
221
transform : none;
237
222
}
238
223
.hero__date {
239
- font-family : var (--font-subheading );
240
224
text-transform : uppercase;
241
225
transform : scale (.9 , .9 ); /* W3C */
242
226
-webkit-transform : scale (.9 , .9 ); /* Safari and Chrome */
@@ -454,7 +438,6 @@ strong {
454
438
}
455
439
456
440
.c-sponsor-level__name {
457
- font-family : var (--font-heading );
458
441
color : var (--primary-color );
459
442
font-size : 3rem ;
460
443
margin-bottom : 4rem ;
@@ -470,7 +453,6 @@ strong {
470
453
}
471
454
472
455
.c-sponsor__name {
473
- font-family : var (--font-subtitle );
474
456
margin-bottom : 1rem ;
475
457
margin-top : 1rem ;
476
458
}
0 commit comments