@ctrliq/quantic-components 1.67.6 → 1.68.0

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.
@@ -145,13 +145,7 @@ LogOutput.styles = css `
145
145
  color: var(--quantic-component-log-output-fg);
146
146
  font-family: var(
147
147
  --quantic-component-log-output-font-family,
148
- ui-monospace,
149
- 'Cascadia Code',
150
- 'Source Code Pro',
151
- Menlo,
152
- Consolas,
153
- 'DejaVu Sans Mono',
154
- monospace
148
+ var(--quantic-font-family-mono)
155
149
  );
156
150
  font-size: var(--quantic-component-log-output-font-size, 0.8125rem);
157
151
  line-height: 1.6;