Skip to content
Snippets Groups Projects
Verified Commit 92eeba37 authored by Dan Allen's avatar Dan Allen
Browse files

set monospace font in playground preview

parent 6806ea67
No related branches found
No related tags found
No related merge requests found
Pipeline #3491 failed
......@@ -23,8 +23,6 @@
--body-font-color: var(--color-jet-70);
--body-font-family: "Inter", sans-serif;
--body-font-weight-bold: 500;
--monospace-font-family: "Source Code Pro", monospace;
--monospace-font-weight-bold: 500;
/* base */
--body-background: var(--color-white);
--panel-background: var(--color-smoke-50);
......@@ -128,6 +126,7 @@
#editorPreview code,
#editorPreview pre {
font-family: var(--monospace-font);
hyphens: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment