@onemrvapublic/design-system-theme 19.0.0-develop.4 → 19.0.0-develop.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.
Files changed (2) hide show
  1. package/index.scss +5 -3
  2. package/package.json +1 -1
package/index.scss CHANGED
@@ -205,9 +205,11 @@
205
205
  // Material design doesn't support h5 and h6 natively
206
206
  .mat-typography {
207
207
  h4 {
208
- font-size: 20px;
209
- line-height: 35px;
210
- font-weight: 700;
208
+ font:
209
+ 700 20px / 35px Source Sans Pro,
210
+ sans-serif;
211
+ letter-spacing: normal;
212
+ margin: 0 0 16px;
211
213
  }
212
214
 
213
215
  h5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v19.0.0-develop.4",
3
+ "version": "v19.0.0-develop.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },