Skip to content

Commit

Permalink
update --font-family-monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Jul 30, 2024
1 parent e5d8822 commit 7955989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/styles/_fonts.scss
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 7955989

Please sign in to comment.