@reuters-graphics/graphics-components 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -83,31 +83,6 @@
83
83
  font-display: swap;
84
84
  }
85
85
 
86
- /* Dotcom aliases for knowledge */
87
- @font-face {
88
- font-family: 'knowledge-regular';
89
- src: local('Knowledge');
90
- font-weight: normal;
91
- font-style: normal;
92
- font-display: swap;
93
- }
94
-
95
- @font-face {
96
- font-family: 'knowledge-medium';
97
- src: local('Knowledge');
98
- font-weight: 500;
99
- font-style: normal;
100
- font-display: swap;
101
- }
102
-
103
- @font-face {
104
- font-family: 'knowledge-bold';
105
- src: local('Knowledge');
106
- font-weight: bold;
107
- font-style: normal;
108
- font-display: swap;
109
- }
110
-
111
86
  /* SOURCE SANS PRO */
112
87
  @font-face {
113
88
  font-family: 'Source Sans Pro';
@@ -169,7 +144,7 @@
169
144
  font-display: swap;
170
145
  }
171
146
 
172
- /* NEWSREADER TEXT */
147
+ /* NEWSREADER */
173
148
  @font-face {
174
149
  font-family: 'Newsreader Text';
175
150
  src:
@@ -177,7 +152,7 @@
177
152
  format('woff2'),
178
153
  url('//graphics.thomsonreuters.com/style-assets/fonts/v1/NewsreaderText-Bold.woff')
179
154
  format('woff');
180
- font-weight: bold;
155
+ font-weight: 700;
181
156
  font-style: normal;
182
157
  font-display: swap;
183
158
  }
@@ -189,7 +164,7 @@
189
164
  format('woff2'),
190
165
  url('//graphics.thomsonreuters.com/style-assets/fonts/v1/NewsreaderText-ExtraBoldItalic.woff')
191
166
  format('woff');
192
- font-weight: bold;
167
+ font-weight: 800;
193
168
  font-style: italic;
194
169
  font-display: swap;
195
170
  }
@@ -201,7 +176,7 @@
201
176
  format('woff2'),
202
177
  url('//graphics.thomsonreuters.com/style-assets/fonts/v1/NewsreaderText-BoldItalic.woff')
203
178
  format('woff');
204
- font-weight: bold;
179
+ font-weight: 700;
205
180
  font-style: italic;
206
181
  font-display: swap;
207
182
  }
@@ -213,7 +188,7 @@
213
188
  format('woff2'),
214
189
  url('//graphics.thomsonreuters.com/style-assets/fonts/v1/NewsreaderText-ExtraBold.woff')
215
190
  format('woff');
216
- font-weight: bold;
191
+ font-weight: 800;
217
192
  font-style: normal;
218
193
  font-display: swap;
219
194
  }
@@ -297,7 +272,7 @@
297
272
  format('woff2'),
298
273
  url('//graphics.thomsonreuters.com/style-assets/fonts/v1/NewsreaderText-Italic.woff')
299
274
  format('woff');
300
- font-weight: normal;
275
+ font-weight: 400;
301
276
  font-style: italic;
302
277
  font-display: swap;
303
278
  }
@@ -309,7 +284,7 @@
309
284
  format('woff2'),
310
285
  url('//graphics.thomsonreuters.com/style-assets/fonts/v1/NewsreaderText-Regular.woff')
311
286
  format('woff');
312
- font-weight: normal;
287
+ font-weight: 400;
313
288
  font-style: normal;
314
289
  font-display: swap;
315
290
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reuters-graphics/graphics-components",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://reuters-graphics.github.io/graphics-components",