Japanese Font Support.css
1 /* This CSS Snippet is for displaying proper Japanese characters across 2 notes and flashcards. */ 3 4 .japanese { 5 --font-text: "Yu Gothic", "Hiragino Sans"; 6 /* color: cyan; */ 7 } 8 9 .japanese .cm-editor { 10 --font-text: "Yu Gothic", "Hiragino Sans"; 11 /* color: red; */ 12 } 13 14 #sr-flashcard-view { 15 font-family: "Yu Gothic", "Hiragino Sans"; 16 --font-monospace-default: "JetBrainsMono Nerd Font Mono", "SF Mono", monospace !important; 17 } 18 19 #sr-flashcard-view code { 20 font-family: "JetBrainsMono Nerd Font Mono", "SF Mono", monospace !important; 21 }