ui: Centralize monospace font styles in app.css (#23272)

This commit is contained in:
Aleksander Grygier
2026-05-18 15:10:14 +02:00
committed by GitHub
parent 232f466583
commit a135ec0baa
4 changed files with 7 additions and 12 deletions
@@ -80,12 +80,6 @@
</div>
<style>
.code-preview-wrapper {
font-family:
ui-monospace, SFMono-Regular, 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas,
'Liberation Mono', Menlo, monospace;
}
.code-preview-wrapper pre {
background: transparent;
}