@transferwise/neptune-css 14.3.25 → 14.3.26

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "14.3.25",
4
+ "version": "14.3.26",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -53,5 +53,5 @@
53
53
  "bin": {
54
54
  "neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
55
55
  },
56
- "gitHead": "e35b9137b9edccefddf1b0f726f6764e993611c7"
56
+ "gitHead": "2f4f86632ad16acc8e1d571e4ace2611e5133f55"
57
57
  }
@@ -303,6 +303,7 @@ strong,
303
303
 
304
304
  .np-theme-personal & {
305
305
  font-family: "Wise Sans", Inter, sans-serif;
306
+ font-synthesis: none;
306
307
  }
307
308
  }
308
309