@design.estate/dees-domtools 2.0.49 → 2.0.50

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.
@@ -16670,7 +16670,7 @@ var globalBaseStyles = i`
16670
16670
  /* global body styles */
16671
16671
  body {
16672
16672
  margin: 0px;
16673
- font-family: 'Mona Sans', 'Inter', sans-serif;
16673
+ font-family: 'Roboto', 'Inter', sans-serif;
16674
16674
  box-sizing: border-box;
16675
16675
  }
16676
16676
 
@@ -16687,7 +16687,7 @@ var staticStyles = i`
16687
16687
 
16688
16688
  :host {
16689
16689
  box-sizing: border-box;
16690
- font-family: 'Mona Sans', 'Inter', sans-serif;
16690
+ font-family: 'Roboto', 'Inter', sans-serif;
16691
16691
  }
16692
16692
 
16693
16693
  ${r(scrollBarStyles)}
@@ -16700,7 +16700,7 @@ var styles = x`
16700
16700
  }
16701
16701
 
16702
16702
  :host {
16703
- font-family: 'Mona Sans', 'Inter', sans-serif;
16703
+ font-family: 'Roboto', 'Inter', sans-serif;
16704
16704
  }
16705
16705
 
16706
16706
  ${scrollBarStyles}