@progressive-development/pd-wizard 0.1.60 → 0.1.61

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/package.json +1 -1
  2. package/src/PdWizard.js +1 -0
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "order",
15
15
  "steps"
16
16
  ],
17
- "version": "0.1.60",
17
+ "version": "0.1.61",
18
18
  "main": "index.js",
19
19
  "module": "index.js",
20
20
  "scripts": {
package/src/PdWizard.js CHANGED
@@ -153,6 +153,7 @@ export class PdWizard extends LitElement {
153
153
  padding: 0;
154
154
  margin: 0;
155
155
  font-size: 1.6em;
156
+ font-family: var(--pd-default-font-title-family);
156
157
  }
157
158
 
158
159
  .header-icons {