@dialpad/dialtone 6.32.1 → 6.32.2

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.
@@ -29,6 +29,7 @@ body {
29
29
  color: var(--base--text-color);
30
30
  font-size: var(--base--font-size); // [2]
31
31
  font-family: var(--base--font-family);
32
+ font-feature-settings: var(--base--font-feature-settings);
32
33
  line-height: var(--base--line-height);
33
34
  background-color: var(--base--background-color);
34
35
  font-kerning: normal;
@@ -49,6 +49,7 @@
49
49
 
50
50
  base--font-size: var(--fs16);
51
51
  base--font-family: @ff-custom;
52
+ base--font-feature-settings: 'calt' 0;
52
53
  base--line-height: var(--lh-normal);
53
54
  base--corner-radius: 0.25em;
54
55
  }
@@ -19237,6 +19237,7 @@ body {
19237
19237
  color: var(--base--text-color);
19238
19238
  font-size: var(--base--font-size);
19239
19239
  font-family: var(--base--font-family);
19240
+ font-feature-settings: var(--base--font-feature-settings);
19240
19241
  line-height: var(--base--line-height);
19241
19242
  background-color: var(--base--background-color);
19242
19243
  font-kerning: normal;
@@ -19751,6 +19752,7 @@ body {
19751
19752
  --topbar-height: var(--su64);
19752
19753
  --base--font-size: var(--fs16);
19753
19754
  --base--font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
19755
+ --base--font-feature-settings: 'calt' 0;
19754
19756
  --base--line-height: var(--lh-normal);
19755
19757
  --base--corner-radius: 0.25em;
19756
19758
  }