@oslokommune/punkt-css 6.0.3 → 6.0.5
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.
package/dist/css/pkt.css
CHANGED
|
@@ -227,42 +227,42 @@ textarea {
|
|
|
227
227
|
font-family: Oslo Sans;
|
|
228
228
|
font-style: normal;
|
|
229
229
|
font-weight: 400;
|
|
230
|
-
src: url("
|
|
230
|
+
src: url("../fonts/OsloSans-Regular.woff2") format("woff2"), url("../fonts/OsloSans-Regular.woff") format("woff");
|
|
231
231
|
}
|
|
232
232
|
@font-face {
|
|
233
233
|
font-display: swap;
|
|
234
234
|
font-family: Oslo Sans;
|
|
235
235
|
font-style: italic;
|
|
236
236
|
font-weight: 400;
|
|
237
|
-
src: url("
|
|
237
|
+
src: url("../fonts/OsloSans-RegularItalic.woff2") format("woff2"), url("../fonts/OsloSans-RegularItalic.woff") format("woff");
|
|
238
238
|
}
|
|
239
239
|
@font-face {
|
|
240
240
|
font-display: swap;
|
|
241
241
|
font-family: Oslo Sans;
|
|
242
242
|
font-style: normal;
|
|
243
243
|
font-weight: 300;
|
|
244
|
-
src: url("
|
|
244
|
+
src: url("../fonts/OsloSans-Light.woff2") format("woff2"), url("../fonts/OsloSans-Light.woff") format("woff");
|
|
245
245
|
}
|
|
246
246
|
@font-face {
|
|
247
247
|
font-display: swap;
|
|
248
248
|
font-family: Oslo Sans;
|
|
249
249
|
font-style: normal;
|
|
250
250
|
font-weight: 500;
|
|
251
|
-
src: url("
|
|
251
|
+
src: url("../fonts/OsloSans-Medium.woff2") format("woff2"), url("../fonts/OsloSans-Medium.woff") format("woff");
|
|
252
252
|
}
|
|
253
253
|
@font-face {
|
|
254
254
|
font-display: swap;
|
|
255
255
|
font-family: Oslo Sans;
|
|
256
256
|
font-style: normal;
|
|
257
257
|
font-weight: 700;
|
|
258
|
-
src: url("
|
|
258
|
+
src: url("../fonts/OsloSans-Bold.woff2") format("woff2"), url("../fonts/OsloSans-Bold.woff") format("woff");
|
|
259
259
|
}
|
|
260
260
|
@font-face {
|
|
261
261
|
font-display: swap;
|
|
262
262
|
font-family: Oslo Icons;
|
|
263
263
|
font-style: normal;
|
|
264
264
|
font-weight: 400;
|
|
265
|
-
src: url("
|
|
265
|
+
src: url("../fonts/OsloIcons.woff2") format("woff2"), url("../fonts/OsloIcons.woff") format("woff");
|
|
266
266
|
}
|
|
267
267
|
/*
|
|
268
268
|
* Colors
|