@design.estate/dees-wcctools 1.0.77 → 1.0.78

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.
@@ -28557,7 +28557,7 @@ var WccSidebar = class extends DeesElement {
28557
28557
  :host {
28558
28558
  display: block;
28559
28559
  border-right: 1px solid #999;
28560
- font-family: 'Roboto', sans-serif;
28560
+ font-family: 'Mona Sans', 'Inter', sans-serif;
28561
28561
  box-sizing: border-box;
28562
28562
  position: absolute;
28563
28563
  left: 0px;
@@ -29141,7 +29141,7 @@ var WccDashboard2 = class extends DeesElement {
29141
29141
  return x`
29142
29142
  <style>
29143
29143
  :host {
29144
- font-family: 'Roboto', sans-serif;
29144
+ font-family: 'Mona Sans', 'Inter', sans-serif;
29145
29145
  background: #fcfcfc;
29146
29146
  display: block;
29147
29147
  box-sizing: border-box;