Browse Source

Merge pull request #9004 from weseek/fix/font-in-editor

fix: font-family for monospace
Yuki Takei 1 year ago
parent
commit
7ee4e27929
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/styles/_fonts.scss

+ 1 - 1
apps/app/src/styles/_fonts.scss

@@ -1,7 +1,7 @@
 :root {
   --font-family-sans-serif: var(--grw-font-family-lato), -apple-system, blinkmacsystemfont, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
   --font-family-serif: georgia, 'Times New Roman', times, serif;
-  --font-family-monospace: monospace, var(--grw-font-family-source-han-code-jp-subset-main), var(--grw-font-family-source-han-code-jp-subset-jis2);
+  --font-family-monospace: Menlo, Consolas, DejaVu Sans Mono, var(--grw-font-family-source-han-code-jp-subset-main), var(--grw-font-family-source-han-code-jp-subset-jis2), monospace;
 }
 
 .material-symbols-outlined {