@transferwise/neptune-css 0.0.0-experimental-200db54 → 0.0.0-experimental-fcf514e
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.
|
@@ -81,6 +81,16 @@
|
|
|
81
81
|
font-display: swap;
|
|
82
82
|
src: url("../fonts/WiseSans-Heavy.woff2") format("woff2");
|
|
83
83
|
}
|
|
84
|
+
/**
|
|
85
|
+
* 🚨🚨🚨 ONLY FOR TESTING. BE REMOVED BEFORE MERGING 🚨🚨🚨
|
|
86
|
+
*/
|
|
87
|
+
@font-face {
|
|
88
|
+
font-family: 'Wise Sans';
|
|
89
|
+
font-style: normal;
|
|
90
|
+
font-display: swap;
|
|
91
|
+
src: url("../fonts/WiseSansJP-Heavy.woff2") format('woff2');
|
|
92
|
+
unicode-range: U+3000-303F, U+3040-309F, U+30A0-30FF, U+FF00-FFEF, U+4E00-9FAF, U+2605, U+2606, U+2190-2195, U+203B;
|
|
93
|
+
}
|
|
84
94
|
/* stylelint-disable selector-max-empty-lines */
|
|
85
95
|
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
|
|
86
96
|
/*
|
package/dist/css/neptune.css
CHANGED
|
@@ -2334,6 +2334,18 @@
|
|
|
2334
2334
|
src: url("../fonts/WiseSans-Heavy.woff2") format("woff2");
|
|
2335
2335
|
}
|
|
2336
2336
|
|
|
2337
|
+
/**
|
|
2338
|
+
* 🚨🚨🚨 ONLY FOR TESTING. BE REMOVED BEFORE MERGING 🚨🚨🚨
|
|
2339
|
+
*/
|
|
2340
|
+
|
|
2341
|
+
@font-face {
|
|
2342
|
+
font-family: 'Wise Sans';
|
|
2343
|
+
font-style: normal;
|
|
2344
|
+
font-display: swap;
|
|
2345
|
+
src: url("../fonts/WiseSansJP-Heavy.woff2") format('woff2');
|
|
2346
|
+
unicode-range: U+3000-303F, U+3040-309F, U+30A0-30FF, U+FF00-FFEF, U+4E00-9FAF, U+2605, U+2606, U+2190-2195, U+203B;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2337
2349
|
/* stylelint-disable selector-max-empty-lines */
|
|
2338
2350
|
|
|
2339
2351
|
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -95,3 +95,16 @@
|
|
|
95
95
|
font-display: swap;
|
|
96
96
|
src: url("../fonts/WiseSans-Heavy.woff2") format("woff2");
|
|
97
97
|
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* 🚨🚨🚨 ONLY FOR TESTING. BE REMOVED BEFORE MERGING 🚨🚨🚨
|
|
101
|
+
*/
|
|
102
|
+
@font-face {
|
|
103
|
+
font-family: 'Wise Sans';
|
|
104
|
+
font-style: normal;
|
|
105
|
+
font-display: swap;
|
|
106
|
+
src: url('../fonts/WiseSansJP-Heavy.woff2') format('woff2');
|
|
107
|
+
unicode-range:
|
|
108
|
+
U+3000-303F, U+3040-309F, U+30A0-30FF, U+FF00-FFEF, U+4E00-9FAF, U+2605,
|
|
109
|
+
U+2606, U+2190-2195, U+203B;
|
|
110
|
+
}
|