We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9661742 commit 70821fbCopy full SHA for 70821fb
frontend/src/css/root.css
@@ -1,6 +1,6 @@
1
:root {
2
--v-font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji";
3
- --v-font-family-mono: ui-monospace, 'SFMono-Regular', Menlo, Consolas, 'Liberation Mono', monospace;
+ --v-font-family-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
4
}
5
6
/* HTML Body: Fonts, Color Schemes, Loading, and Scrollbar Styles */
0 commit comments