@everymatrix/casino-header-controller 1.13.0 → 1.13.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-header-controller",
3
- "version": "1.13.0",
3
+ "version": "1.13.2",
4
4
  "main": "dist/casino-header-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "1e1112223dbbcaa114d0dc15006eb09f2beabedd"
40
+ "gitHead": "97c6431698aa270f6d350dc219614df9a401b83d"
41
41
  }
@@ -565,6 +565,19 @@
565
565
 
566
566
  <style lang="scss">
567
567
 
568
+ *,
569
+ *::before,
570
+ *::after {
571
+ font-family: inherit
572
+ }
573
+
574
+ :host {
575
+ font-family: inherit;
576
+ }
577
+
578
+ input,
579
+ textarea,
580
+ button {font-family: inherit}
568
581
 
569
582
 
570
583
  .HeaderSlider {