Skip to content

Commit 53c88dd

Browse files
J hardaway fix fonts (#423)
* Fixed all font issues
1 parent 4e67570 commit 53c88dd

3 files changed

Lines changed: 29 additions & 29 deletions

File tree

src/assets/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176

177177
#cause-title {
178178
font-size: 1.5rem;
179-
font-family: 'Gotham';
179+
font-family: 'Gotham', sans-serif;
180180
font-weight: 800;
181181
}
182182

src/assets/css/main.css

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ h1.small-top-pad {
335335
text-transform: uppercase;
336336
}
337337
.featured-heading h2 {
338-
font-family: 'Gotham';
338+
font-family: 'Gotham', sans-serif;
339339
font-size: 1.875rem; /*30px*/
340340
font-weight: 900;
341341
line-height: 2.25rem; /*36px*/
@@ -347,7 +347,7 @@ p.featured-content {
347347
margin-bottom: 45px;
348348
}
349349
.featured-heading h3 {
350-
font-family: 'Gotham';
350+
font-family: 'Gotham', sans-serif;
351351
font-size: 1.3125rem; /*21px*/
352352
font-weight: 900;
353353
line-height: 2.25rem; /*36px*/
@@ -362,7 +362,7 @@ p.featured-content {
362362
}
363363
blockquote {
364364
border: 0;
365-
font-family: 'Gotham';
365+
font-family: 'Gotham', sans-serif;
366366
margin: 85px 10px;
367367
padding: 0.5em 10px;
368368
quotes: '“' '”' '‘' '’';
@@ -875,7 +875,7 @@ h3 {
875875
}
876876
.site-header .intro h2 {
877877
color: var(--element-4);
878-
font-family: 'Gotham';
878+
font-family: 'Gotham', sans-serif;
879879
font-weight: 400;
880880
letter-spacing: 1px;
881881
margin-top: 22px;
@@ -975,7 +975,7 @@ h3 {
975975
}
976976
.inner-header h2 {
977977
color: var(--element-4);
978-
font-family: 'Gotham';
978+
font-family: 'Gotham', sans-serif;
979979
font-weight: 700;
980980
margin-top: 5px;
981981
position: relative;
@@ -995,7 +995,7 @@ h3 {
995995
}
996996
.inner-header .breadcrumb a {
997997
color: inherit;
998-
font-family: 'Gotham';
998+
font-family: 'Gotham', sans-serif;
999999
-webkit-transition: color 0.4s ease-in-out;
10001000
transition: color 0.4s ease-in-out;
10011001
}
@@ -1131,7 +1131,7 @@ h3 {
11311131
margin-bottom: 5px;
11321132
}
11331133
.causes-card h4 {
1134-
font-family: 'Gotham';
1134+
font-family: 'Gotham', sans-serif;
11351135
font-weight: 800;
11361136
}
11371137
.cause_excerpt p {
@@ -1152,7 +1152,7 @@ h3 {
11521152
}
11531153
.goal_value p {
11541154
color: var(--element-9);
1155-
font-family: 'Gotham';
1155+
font-family: 'Gotham', sans-serif;
11561156
font-weight: 700;
11571157
}
11581158
.goal_value p span {
@@ -1222,7 +1222,7 @@ h3 {
12221222
margin-bottom: 25px;
12231223
}
12241224
.cause_single h4 {
1225-
font-family: 'Gotham';
1225+
font-family: 'Gotham', sans-serif;
12261226
font-size: 1.875rem; /*30px*/
12271227
font-weight: 800;
12281228
}
@@ -1237,7 +1237,7 @@ h3 {
12371237
}
12381238
.cause_single .small_event_card .event_meta ul li {
12391239
color: var(--element-5);
1240-
font-family: 'Gotham';
1240+
font-family: 'Gotham', sans-serif;
12411241
font-size: 0.9375rem; /*15px*/
12421242
margin-left: 40px;
12431243
}
@@ -1335,7 +1335,7 @@ h3 {
13351335
margin-bottom: 100px;
13361336
}
13371337
.event_block .event_footer h4 {
1338-
font-family: 'Gotham';
1338+
font-family: 'Gotham', sans-serif;
13391339
font-size: 1.875rem; /*30px*/
13401340
font-weight: 900;
13411341
}
@@ -1454,7 +1454,7 @@ h3 {
14541454
margin-right: 3px;
14551455
}
14561456
.post .entry-title {
1457-
font-family: 'Gotham';
1457+
font-family: 'Gotham', sans-serif;
14581458
font-size: 1.875rem; /*30px*/
14591459
font-weight: bold;
14601460
margin-bottom: 0;
@@ -1545,7 +1545,7 @@ h3 {
15451545
margin-bottom: 50px;
15461546
}
15471547
.widget h4 {
1548-
font-family: 'Gotham';
1548+
font-family: 'Gotham', sans-serif;
15491549
font-size: 1.875rem; /*30px*/
15501550
font-weight: 900;
15511551
margin-bottom: 40px;
@@ -1648,7 +1648,7 @@ a.list-group-item:hover .media-heading {
16481648
margin: 0 20px 20px 0;
16491649
}
16501650
.blog-intro h2 {
1651-
font-family: 'Gotham';
1651+
font-family: 'Gotham', sans-serif;
16521652
font-size: 1.875rem; /*30px*/
16531653
font-weight: 900;
16541654
letter-spacing: 1px;
@@ -1741,7 +1741,7 @@ label {
17411741
}
17421742
.contactus-brief > h2 {
17431743
color: var(--element-3);
1744-
font-family: 'Gotham';
1744+
font-family: 'Gotham', sans-serif;
17451745
font-size: 1.875rem; /*30px*/
17461746
font-weight: 900;
17471747
margin-bottom: 45px;
@@ -1765,7 +1765,7 @@ label {
17651765
margin: 0;
17661766
}
17671767
.contact-wigets-area h4 {
1768-
font-family: 'Gotham';
1768+
font-family: 'Gotham', sans-serif;
17691769
font-size: 1.3125rem; /*21px*/
17701770
font-weight: 700;
17711771
margin-bottom: 22px;
@@ -1814,7 +1814,7 @@ uneditable-input:focus {
18141814
outline: 0 none;
18151815
}
18161816
.story-title {
1817-
font-family: 'Gotham';
1817+
font-family: 'Gotham', sans-serifsans-serif;
18181818
font-weight: 900;
18191819
margin-bottom: 48px;
18201820
margin-top: 0;
@@ -1867,7 +1867,7 @@ uneditable-input:focus {
18671867
padding: 30px 0 50px 0;
18681868
}
18691869
.meet-us-heading {
1870-
font-family: 'Gotham';
1870+
font-family: 'Gotham', sans-serif;
18711871
font-weight: 900;
18721872
margin-bottom: 35px;
18731873
}
@@ -1922,7 +1922,7 @@ uneditable-input:focus {
19221922
width: 55px;
19231923
}
19241924
.faq h2 {
1925-
font-family: 'Gotham';
1925+
font-family: 'Gotham', sans-serif;
19261926
font-size: 1.875rem; /*30px*/
19271927
font-weight: 900;
19281928
margin-bottom: 40px;
@@ -1979,7 +1979,7 @@ uneditable-input:focus {
19791979
}
19801980

19811981
.faq_list .panel-title {
1982-
font-family: 'Gotham';
1982+
font-family: 'Gotham', sans-serif;
19831983
font-weight: 800;
19841984
}
19851985
.faq-short-brief {
@@ -2164,7 +2164,7 @@ uneditable-input:focus {
21642164
margin-bottom: 45px;
21652165
}
21662166
.organisations h3 {
2167-
font-family: 'Gotham';
2167+
font-family: 'Gotham', sans-serif;
21682168
font-size: 1.3125rem; /*21px*/
21692169
font-weight: 900;
21702170
margin-bottom: 10px;
@@ -2265,7 +2265,7 @@ uneditable-input:focus {
22652265
font-size: 1.875rem; /*30px*/
22662266
}
22672267
.dg-wrapper div span.dg-small {
2268-
font-family: 'Gotham';
2268+
font-family: 'Gotham', sans-serif;
22692269
font-size: 0.9375rem; /*15px*/
22702270
font-weight: 300;
22712271
letter-spacing: 1px;
@@ -2358,7 +2358,7 @@ div.zabuto_calendar tr.calendar-dow td {
23582358
}
23592359
.four-o-four h2 {
23602360
color: var(--element-4);
2361-
font-family: 'Gotham';
2361+
font-family: 'Gotham', sans-serif;
23622362
font-size: 16.25rem; /*100px*/
23632363
font-weight: 900;
23642364
margin-bottom: 42px;

src/pages/code-of-conduct.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ function CodeOfConduct() {
8989
 
9090
<p className="story">
9191
Instances of abusive, harassing, or otherwise unacceptable behavior may be
92-
reported by contacting the project team at [INSERT EMAIL ADDRESS]. All complaints
93-
will be reviewed and investigated and will result in a response that is deemed
94-
necessary and appropriate to the circumstances. The project team is obligated to
95-
maintain confidentiality with regard to the reporter of an incident. Further
96-
details of specific enforcement policies may be posted separately.
92+
reported by contacting Jerome Hardaway directly via slack. All complaints will be
93+
reviewed and investigated and will result in a response that is deemed necessary
94+
and appropriate to the circumstances. The project team is obligated to maintain
95+
confidentiality with regard to the reporter of an incident. Further details of
96+
specific enforcement policies may be posted separately.
9797
</p>
9898
<p className="story">
9999
Project maintainers who do not follow or enforce the Code of Conduct in good faith

0 commit comments

Comments
 (0)