1
1
@font-face {
2
2
font-family : GrueneType;
3
- src : url ("../fonts/GrueneType-BlackCondensedItalic.eot" );
4
- src : url ("../fonts/GrueneType-BlackCondensedItalic.eot?#iefix" ) format ("embedded-opentype" ), url ("../fonts/GrueneType-BlackCondensedItalic.woff2" ) format ("woff2" ), url ("../fonts/GrueneType-BlackCondensedItalic.woff" ) format ("woff" ), url ("../fonts/GrueneType-BlackCondensedItalic.ttf" ) format ("truetype" ), url ("../fonts/GrueneType-BlackCondensedItalic.svg#GrueneType-BlackCondensedItalic" ) format ("svg" );
3
+ src : url ("assets/fonts/GrueneType-BlackCondensedItalic.woff2" ) format ("woff2" ), url ("assets/fonts/GrueneType-BlackCondensedItalic.ttf" ) format ("truetype" );
5
4
font-weight : 900 ;
6
5
font-style : normal;
7
- font-display : swap; }
6
+ font-display : swap;
7
+ }
8
8
9
9
@font-face {
10
- font-family : PTSans;
11
- src : url ("../fonts/PTSans-Regular.eot" );
12
- src : url ("../fonts/PTSans-Regular.eot?#iefix" ) format ("embedded-opentype" ), url ("../fonts/PTSans-Regular.woff2" ) format ("woff2" ), url ("../fonts/PTSans-Regular.woff" ) format ("woff" ), url ("../fonts/PTSans-Regular.ttf" ) format ("truetype" ), url ("../fonts/PTSans-Regular.svg#PTSans-Regular" ) format ("svg" );
10
+ font-family : "PT Sans" ;
11
+ font-style : normal;
13
12
font-weight : 400 ;
13
+ font-display : fallback;
14
+ src : url ('../fonts/pt-sans-v17-latin_latin-ext-regular.woff2' ) format ('woff2' ), url ('../fonts/pt-sans-v17-latin_latin-ext-regular.ttf' ) format ('truetype' );
15
+ font-stretch : normal;
16
+ }
17
+
18
+ @font-face {
19
+ font-family : "PT Sans" ;
20
+ font-style : italic;
21
+ font-weight : 400 ;
22
+ font-display : fallback;
23
+ src : url ('../fonts/pt-sans-v17-latin_latin-ext-italic.woff2' ) format ('woff2' ), url ('../fonts/pt-sans-v17-latin_latin-ext-italic.ttf' ) format ('truetype' );
24
+ font-stretch : normal;
25
+ }
26
+
27
+ @font-face {
28
+ font-family : "PT Sans" ;
14
29
font-style : normal;
15
- font-display : swap; }
30
+ font-weight : 700 ;
31
+ font-display : fallback;
32
+ src : url ('../fonts/pt-sans-v17-latin_latin-ext-700.woff2' ) format ('woff2' ), url ('../fonts/pt-sans-v17-latin_latin-ext-700.ttf' ) format ('truetype' );
33
+ font-stretch : normal;
34
+ }
16
35
17
36
@font-face {
18
- font-family : PTSans;
19
- src : url ("../fonts/PTSans-Bold.eot" );
20
- src : url ("../fonts/PTSans-Bold.eot?#iefix" ) format ("embedded-opentype" ), url ("../fonts/PTSans-Bold.woff2" ) format ("woff2" ), url ("../fonts/PTSans-Bold.woff" ) format ("woff" ), url ("../fonts/PTSans-Bold.ttf" ) format ("truetype" ), url ("../fonts/PTSans-Bold.svg#PTSans-Bold" ) format ("svg" );
37
+ font-family : "PT Sans" ;
38
+ font-style : italic;
21
39
font-weight : 700 ;
22
- font-style : normal;
23
- font-display : swap; }
40
+ font-display : fallback;
41
+ src : url ('../fonts/pt-sans-v17-latin_latin-ext-700italic.woff2' ) format ('woff2' ), url ('../fonts/pt-sans-v17-latin_latin-ext-700italic.ttf' ) format ('truetype' );
42
+ font-stretch : normal;
43
+ }
44
+
24
45
25
46
.editor-styles-wrapper {
26
- font-family : "PTSans" ;
47
+ font-family : "PT Sans" , sans-serif ;
27
48
font-size : 1.1875rem ;
28
49
line-height : 1.5 ;
29
50
}
118
139
}
119
140
120
141
.wp-block-button__link {
121
- font-family : "PTSans" ;
142
+ font-family : "PT Sans" , sans-serif ;
122
143
background-color : # 008939 ;
123
144
color : # fff ;
124
145
text-transform : uppercase;
125
146
font-size : 1rem ;
126
147
border-radius : 3px ;
127
148
}
128
149
129
- .wp-block-pullquote {
150
+ .wp-block-pullquote {
130
151
border-top : 0 ;
131
152
border-bottom : 0 ;
132
153
}
133
154
134
- .wp-block-media-text .person .wp-block-media-text__media img , .wp-block-media-text .person .wp-block-image img {
155
+ .wp-block-media-text .person .wp-block-media-text__media img ,
156
+ .wp-block-media-text .person .wp-block-image img {
135
157
border-top-left-radius : 3px ;
136
158
border-top-right-radius : 3px ;
137
159
border-bottom-left-radius : 0 ;
183
205
font-size : 25px ;
184
206
}
185
207
186
- .editor-styles-wrapper .has-white-background-color .h1 , .h2 , .h3 {
208
+ .editor-styles-wrapper .has-white-background-color .h1 ,
209
+ .h2 ,
210
+ .h3 {
187
211
color : # 005437 ;
188
212
}
189
213
190
214
191
215
@media (min-width : 768px ) {
216
+
192
217
.wrap h1 ,
193
- h1
194
- .h1 ,
218
+ h1 .h1 ,
195
219
.has-huge-font-size {
196
220
font-size : 45px ;
197
221
line-height : 1.3em ;
233
257
}
234
258
235
259
.styled-layout .wp-block-group {
236
- padding-top : 100px ;
237
- padding-bottom : 100px ;
260
+ padding-top : 100px ;
261
+ padding-bottom : 100px ;
238
262
}
239
263
240
264
/* Main column width */
260
284
.same-height .wp-block-column .wp-block-image img {
261
285
max-height : 230px ;
262
286
}
287
+
263
288
.wp-block-column {
264
289
margin-bottom : 0 ;
265
290
}
266
291
}
292
+
267
293
.wp-block-column img {
268
294
width : 100% ;
269
295
object-fit : cover;
@@ -310,11 +336,11 @@ p a {
310
336
}
311
337
312
338
.theme--default .wp-block-rss .wp-block-rss__item-title {
313
- font-family : PTSans ;
339
+ font-family : "PT Sans" , sans-serif ;
314
340
}
315
341
316
342
.theme--contrast .wp-block-rss .wp-block-rss__item-title {
317
- font-family : PTSans ;
343
+ font-family : "PT Sans" , sans-serif ;
318
344
}
319
345
320
346
@media (min-width : 768px ) {
@@ -372,7 +398,7 @@ p a {
372
398
text-transform : uppercase;
373
399
}
374
400
375
- .editor-styles-wrapper .has-background .textbalken {
401
+ .editor-styles-wrapper .has-background .textbalken {
376
402
font-family : "GrueneType" ;
377
403
}
378
404
@@ -413,7 +439,8 @@ p a {
413
439
gap : 0 ;
414
440
}
415
441
416
- .wp-block-columns .wp-block-column p .textbalken , .wp-block-columns .wp-block-column ul .textbalken {
442
+ .wp-block-columns .wp-block-column p .textbalken ,
443
+ .wp-block-columns .wp-block-column ul .textbalken {
417
444
padding : 0 0.5em ;
418
445
}
419
446
@@ -471,9 +498,10 @@ p a {
471
498
}
472
499
}
473
500
474
- .styled-layout .wp-block-group .wp-block-group-is-layout-flow > h2 , .styled-layout .wp-block-group .wp-block-group-is-layout-flow > .h2 ,
475
- .styled-layout .wp-block-group .wp-block-group__inner-container > h2 ,
476
- .styled-layout .wp-block-group .wp-block-group__inner-container > .h2 {
501
+ .styled-layout .wp-block-group .wp-block-group-is-layout-flow > h2 ,
502
+ .styled-layout .wp-block-group .wp-block-group-is-layout-flow > .h2 ,
503
+ .styled-layout .wp-block-group .wp-block-group__inner-container > h2 ,
504
+ .styled-layout .wp-block-group .wp-block-group__inner-container > .h2 {
477
505
margin-bottom : 70px ;
478
506
}
479
507
@@ -485,6 +513,7 @@ p a {
485
513
.wp-block-group {
486
514
position : relative;
487
515
}
516
+
488
517
.wp-block-group__inner-container {
489
518
max-width : 1200px ;
490
519
position : relative;
@@ -495,7 +524,8 @@ p a {
495
524
background-size : cover;
496
525
background-position : top;
497
526
}
498
- .sunflower-has-background-dim > * {
527
+
528
+ .sunflower-has-background-dim > * {
499
529
z-index : 30 ;
500
530
}
501
531
@@ -510,6 +540,7 @@ p a {
510
540
opacity : 0.3 ;
511
541
background-color : # 000 ;
512
542
}
543
+
513
544
.wp-block-group .alignfull .has-background {
514
545
width : 100vw ;
515
546
display : flex;
@@ -521,6 +552,7 @@ p a {
521
552
padding-left : 5vw ;
522
553
padding-right : 5vw ;
523
554
}
555
+
524
556
.bg-white {
525
- background-color : # fff ;
557
+ background-color : # fff ;
526
558
}
0 commit comments