2
2
3
3
/* brand typsetting */
4
4
@font-face {
5
- font-family : " Roboto Condensed" ;
5
+ font-family : ' Roboto Condensed' ;
6
6
font-style : normal;
7
7
font-weight : 400 ;
8
8
font-display : swap;
12
12
}
13
13
14
14
@font-face {
15
- font-family : " Roboto Condensed" ;
15
+ font-family : ' Roboto Condensed' ;
16
16
font-style : normal;
17
17
font-weight : 700 ;
18
18
font-display : swap;
22
22
}
23
23
24
24
@font-face {
25
- font-family : " Source Sans Pro" ;
25
+ font-family : ' Source Sans Pro' ;
26
26
font-style : normal;
27
27
font-weight : 400 ;
28
28
font-display : swap;
29
- src : url(../ fonts/SourceSansPro-Regular.woff2) for mat(" woff2" ),
30
- url(../ fonts/SourceSansPro-Regular.woff) for mat(" woff" ),
31
- url(../ fonts/SourceSansPro-Regular.otf) for mat(" opentype" );
29
+ src : url (' ../fonts/SourceSansPro-Regular.woff2' ) format (' woff2' ),
30
+ url (' ../fonts/SourceSansPro-Regular.woff' ) format (' woff' ),
31
+ url (' ../fonts/SourceSansPro-Regular.otf' ) format (' opentype' );
32
32
}
33
33
34
34
@font-face {
35
- font-family : " Source Sans Pro" ;
35
+ font-family : ' Source Sans Pro' ;
36
36
font-style : normal;
37
37
font-weight : 600 ;
38
38
font-display : swap;
39
- src : url(../ fonts/SourceSansPro-SemiBold.woff2) for mat(" woff2" ),
40
- url(../ fonts/SourceSansPro-SemiBold.woff) for mat(" woff" ),
41
- url(../ fonts/SourceSansPro-SemiBold.otf) for mat(" opentype" );
39
+ src : url (' ../fonts/SourceSansPro-SemiBold.woff2' ) format (' woff2' ),
40
+ url (' ../fonts/SourceSansPro-SemiBold.woff' ) format (' woff' ),
41
+ url (' ../fonts/SourceSansPro-SemiBold.otf' ) format (' opentype' );
42
42
}
43
43
44
44
@font-face {
45
- font-family : " Source Sans Pro" ;
45
+ font-family : ' Source Sans Pro' ;
46
46
font-style : normal;
47
47
font-weight : 700 ;
48
48
font-display : swap;
49
- src : url(../ fonts/SourceSansPro-Bold.woff2) for mat(" woff2" ),
50
- url(../ fonts/SourceSansPro-Bold.woff) for mat(" woff" ),
51
- url(../ fonts/SourceSansPro-Bold.otf) for mat(" opentype" );
49
+ src : url (' ../fonts/SourceSansPro-Bold.woff2' ) format (' woff2' ),
50
+ url (' ../fonts/SourceSansPro-Bold.woff' ) format (' woff' ),
51
+ url (' ../fonts/SourceSansPro-Bold.otf' ) format (' opentype' );
52
52
}
53
53
54
54
@font-face {
55
- font-family : " CC Accidenz Commons" ;
55
+ font-family : ' CC Accidenz Commons' ;
56
56
font-style : normal;
57
57
font-weight : 400 ;
58
58
font-display : swap;
59
- src : url(../ fonts/CCAccidenzCommons-medium.otf) for mat(" opentype" );
59
+ src : url (' ../fonts/CCAccidenzCommons-medium.otf' ) format (' opentype' );
60
60
}
61
61
62
62
82
82
--vocabulary-neutral-color-dark-gray : # 767676 ;
83
83
84
84
/* brand typsetting */
85
- --vocabulary-brand-typeset-nav-family : " Roboto Condensed" ;
85
+ --vocabulary-brand-typeset-nav-family : ' Roboto Condensed' ;
86
86
--vocabulary-brand-typeset-nav-weight : bold;
87
87
--vocabulary-brand-typeset-nav-color : # 767676 ;
88
88
121
121
122
122
a:before {
123
123
--icon-sprite: var(--icon-name);
124
- --icon-sprite- color: white;
124
+ --icon-sprite-color: white;
125
125
--icon-sprite-size: .8em;
126
+ }
126
127
127
128
*/
128
129
132
133
--icon-sprite-size : 1em ;
133
134
134
135
/* cc sprite names */
135
- --cc-logo : url ('./. ./svg/cc/icons/cc-icons.svg#cc-logo' );
136
- --cc-heart : url ('./. ./svg/cc/icons/cc-icons.svg#cc-heart' );
137
- --cc-heart-filled : url ('./. ./svg/cc/icons/cc-icons.svg#cc-heart-filled' );
138
- --cc-quote : url ('./. ./svg/cc/icons/cc-icons.svg#cc-quote' );
136
+ --cc-logo : url ('../svg/cc/icons/cc-icons.svg#cc-logo' );
137
+ --cc-heart : url ('../svg/cc/icons/cc-icons.svg#cc-heart' );
138
+ --cc-heart-filled : url ('../svg/cc/icons/cc-icons.svg#cc-heart-filled' );
139
+ --cc-quote : url ('../svg/cc/icons/cc-icons.svg#cc-quote' );
139
140
140
141
/* font awesome sprite names */
141
- --fa-angle-down : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-angle-down' );
142
- --fa-angle-left : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-angle-left' );
143
- --fa-angle-right : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-angle-right' );
144
- --fa-angle-up : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-angle-up' );
145
- --fa-globe : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-globe' );
146
- --fa-heart : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-heart' );
147
- --fa-info : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-info' );
148
- --fa-right-angle : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-right-angle' );
149
- --fa-search : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-search' );
150
-
151
- --fa-instagram : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-instagram' );
152
- --fa-bluesky : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-bluesky' );
153
- --fa-facebook : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-facebook' );
154
- --fa-linkedin : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-linkedin' );
155
- --fa-mastodon : url ('./../svg/font-awesome/icons/fa-icons.svg#fa-mastodon' );
142
+ --fa-angle-down : url ('../svg/font-awesome/icons/fa-icons.svg#fa-angle-down' );
143
+ --fa-angle-left : url ('../svg/font-awesome/icons/fa-icons.svg#fa-angle-left' );
144
+ --fa-angle-right : url ('../svg/font-awesome/icons/fa-icons.svg#fa-angle-right' );
145
+ --fa-angle-up : url ('../svg/font-awesome/icons/fa-icons.svg#fa-angle-up' );
146
+ --fa-globe : url ('../svg/font-awesome/icons/fa-icons.svg#fa-globe' );
147
+ --fa-heart : url ('../svg/font-awesome/icons/fa-icons.svg#fa-heart' );
148
+ --fa-info : url ('../svg/font-awesome/icons/fa-icons.svg#fa-info' );
149
+ --fa-right-angle : url ('../svg/font-awesome/icons/fa-icons.svg#fa-right-angle' );
150
+ --fa-search : url ('../svg/font-awesome/icons/fa-icons.svg#fa-search' );
151
+ --fa-close : url ('../svg/font-awesome/icons/fa-icons.svg#fa-close' );
152
+
153
+ --fa-bluesky : url ('../svg/font-awesome/icons/fa-icons.svg#fa-bluesky' );
154
+ --fa-facebook : url ('../svg/font-awesome/icons/fa-icons.svg#fa-facebook' );
155
+ --fa-instagram : url ('../svg/font-awesome/icons/fa-icons.svg#fa-instagram' );
156
+ --fa-linkedin : url ('../svg/font-awesome/icons/fa-icons.svg#fa-linkedin' );
157
+ --fa-mastodon : url ('../svg/font-awesome/icons/fa-icons.svg#fa-mastodon' );
156
158
157
159
}
158
160
@@ -201,7 +203,7 @@ leaving room for semantic and accessible implementation choices */
201
203
--icon-sprite : var (--fa-angle-left );
202
204
}
203
205
204
- .icon .fa-angle-right , .icon-attach .fa-angle-rignt : before {
206
+ .icon .fa-angle-right , .icon-attach .fa-angle-right : before {
205
207
--icon-sprite : var (--fa-angle-right );
206
208
}
207
209
@@ -221,16 +223,16 @@ leaving room for semantic and accessible implementation choices */
221
223
--icon-sprite : var (--fa-info );
222
224
}
223
225
224
- .icon .fa-right-angle , .icon-attach .fa-righ -angle : before {
225
- --icon-sprite : var (--fa-heart );
226
+ .icon .fa-right-angle , .icon-attach .fa-right -angle : before {
227
+ --icon-sprite : var (--fa-right-angle );
226
228
}
227
229
228
230
.icon .fa-search , .icon-attach .fa-search : before {
229
231
--icon-sprite : var (--fa-search );
230
232
}
231
233
232
- .icon-replace . fa-instagram {
233
- --icon-sprite : var (--fa-instagram );
234
+ .icon . fa-close , . icon-attach . fa-close : before {
235
+ --icon-sprite : var (--fa-close );
234
236
}
235
237
236
238
.icon-replace .fa-bluesky {
@@ -241,6 +243,10 @@ leaving room for semantic and accessible implementation choices */
241
243
--icon-sprite : var (--fa-facebook );
242
244
}
243
245
246
+ .icon-replace .fa-instagram {
247
+ --icon-sprite : var (--fa-instagram );
248
+ }
249
+
244
250
.icon-replace .fa-linkedin {
245
251
--icon-sprite : var (--fa-linkedin );
246
252
}
@@ -249,6 +255,10 @@ leaving room for semantic and accessible implementation choices */
249
255
--icon-sprite : var (--fa-mastodon );
250
256
}
251
257
258
+ .icon-replace .fa-close {
259
+ --icon-sprite : var (--fa-close );
260
+ }
261
+
252
262
253
263
/* attach an icon to an existing element with a :before */
254
264
.icon-attach : before {
@@ -294,3 +304,4 @@ leaving room for semantic and accessible implementation choices */
294
304
295
305
--icon-sprite : var (--cc-logo );
296
306
}
307
+
0 commit comments