@carbon/styles 1.63.0 → 1.63.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/styles",
3
3
  "description": "Styles for the Carbon Design System",
4
- "version": "1.63.0",
4
+ "version": "1.63.1",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -47,14 +47,7 @@
47
47
  "@carbon/motion": "^11.20.0",
48
48
  "@carbon/themes": "^11.38.0",
49
49
  "@carbon/type": "^11.29.0",
50
- "@ibm/plex-mono": "0.0.3-alpha.0",
51
- "@ibm/plex-sans": "0.0.3-alpha.0",
52
- "@ibm/plex-sans-arabic": "0.0.3-alpha.0",
53
- "@ibm/plex-sans-devanagari": "0.0.3-alpha.0",
54
- "@ibm/plex-sans-hebrew": "0.0.3-alpha.0",
55
- "@ibm/plex-sans-thai": "0.0.3-alpha.0",
56
- "@ibm/plex-sans-thai-looped": "0.0.3-alpha.0",
57
- "@ibm/plex-serif": "0.0.3-alpha.0",
50
+ "@ibm/plex": "6.0.0-next.6",
58
51
  "@ibm/telemetry-js": "^1.5.0"
59
52
  },
60
53
  "devDependencies": {
@@ -74,5 +67,5 @@
74
67
  "scss/**/*.css",
75
68
  "css/**/*.css"
76
69
  ],
77
- "gitHead": "185c4cf3598df1050c197870455c01775e21c366"
70
+ "gitHead": "512479162a69c214a95c02f9c7c8073195df5a58"
78
71
  }
package/scss/_reset.scss CHANGED
@@ -99,7 +99,6 @@
99
99
  border: 0;
100
100
  margin: 0;
101
101
  font: inherit;
102
- font-feature-settings: 'liga' 1;
103
102
  font-size: 100%;
104
103
  vertical-align: baseline;
105
104
  }