@dialpad/dialtone 6.30.0 → 6.30.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.
@@ -62,7 +62,7 @@
62
62
 
63
63
  @ff-custom: @define-ff-custom-name, @ff-sans;
64
64
  @ff-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
65
- @ff-mono: @define-ff-mono-name, 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
65
+ @ff-mono: @define-ff-mono-name, RobotoMono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
66
66
  @ff-marketing: @define-ff-marketing-name, @ff-sans;
67
67
  @ff-marketing-semi-expanded: @define-ff-marketing-semi-expanded-name, @ff-sans;
68
68
  @ff-marketing-expanded: @define-ff-marketing-expanded-name, @ff-sans;
@@ -18743,7 +18743,7 @@ body.theme-dark .d\:d-bgg-to-0 {
18743
18743
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
18744
18744
  }
18745
18745
  .d-ff-mono {
18746
- font-family: 'RobotoMono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace !important;
18746
+ font-family: 'RobotoMono', RobotoMono, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace !important;
18747
18747
  }
18748
18748
  .d-ff-marketing {
18749
18749
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
@@ -19514,7 +19514,7 @@ body {
19514
19514
  --grid-column-auto: 1fr;
19515
19515
  --ff-custom: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
19516
19516
  --ff-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
19517
- --ff-mono: 'RobotoMono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
19517
+ --ff-mono: 'RobotoMono', RobotoMono, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
19518
19518
  --ff-marketing: 'Archivo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
19519
19519
  --ff-marketing-semi-expanded: 'ArchivoSemiExpanded', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
19520
19520
  --ff-marketing-expanded: 'ArchivoExpanded', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';