Skip to content

Commit c28bd38

Browse files
committed
Merge branch 'master' of https://github.com/nzruby/conf
2 parents f9b76be + 6cae532 commit c28bd38

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

source/assets/public/index.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
* Rubyconf Variables
33
*/
44
:root {
5-
/*--font-body: "Source Sans Pro", Helvetica, Arial, sans-serif;*/
65
--font-body: "Work sans", Helvetica, Arial, sans-serif;
76
--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;
117
--primary-color-darker: #e33558;
128
--primary-color: #FE3E62;
139
--primary-grey: #c2c2c2;
@@ -25,22 +21,12 @@
2521
/**
2622
* Import Fonts
2723
*/
28-
2924
/* Work sans */
3025
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700');
3126

32-
/* Source sans */
33-
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:400,600&subset=latin-ext");
34-
3527
/* Swash */
3628
@import url('https://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps&subset=latin-ext');
3729

38-
/* Young serif */
39-
@font-face {
40-
font-family: YoungSerif;
41-
src: url("./fonts/YoungSerif-Regular.woff2");
42-
}
43-
4430
@font-face {
4531
font-family: OleoSwash;
4632
src: url("./fonts/OleoScriptSwashCaps-Regular.woff2");
@@ -222,7 +208,6 @@ body {
222208
.hero__slogan {
223209
color: var(--primary-color);
224210
display: block;
225-
font-family: var(--font-heading);
226211
font-size: 4rem;
227212
line-height: 5rem;
228213
margin-bottom: 5rem;
@@ -236,7 +221,6 @@ body {
236221
transform: none;
237222
}
238223
.hero__date {
239-
font-family: var(--font-subheading);
240224
text-transform: uppercase;
241225
transform:scale(.9,.9); /* W3C */
242226
-webkit-transform:scale(.9,.9); /* Safari and Chrome */
@@ -454,7 +438,6 @@ strong {
454438
}
455439

456440
.c-sponsor-level__name {
457-
font-family: var(--font-heading);
458441
color: var(--primary-color);
459442
font-size: 3rem;
460443
margin-bottom: 4rem;
@@ -470,7 +453,6 @@ strong {
470453
}
471454

472455
.c-sponsor__name {
473-
font-family: var(--font-subtitle);
474456
margin-bottom: 1rem;
475457
margin-top: 1rem;
476458
}

0 commit comments

Comments
 (0)