mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
Merge pull request #1984 from johnmuhl/patch-1
Add monospace fallback for REPL
This commit is contained in:
commit
88004904e1
@ -109,7 +109,7 @@ body {
|
||||
/* --font: 'Roboto', 'sans-serif'; */
|
||||
/* --font-mono: 'Overpass Mono', monospace; */
|
||||
/* --font-mono: 'IBM Plex Mono'; */
|
||||
--font-mono: 'Fira Mono';
|
||||
--font-mono: 'Fira Mono', monospace;
|
||||
--font-ui: var(--font-mono);
|
||||
--font-system: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user