Skip to content

Commit d0578b6

Browse files
committed
Add KaTeX_Main to font-family
Signed-off-by: Kotaro Inoue <[email protected]>
1 parent 3411f67 commit d0578b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/reset.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ body {
3131
line-height: 1.48;
3232
}
3333

34-
* :not(.katex) {
35-
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Helvetica, sans-serif;
34+
* {
35+
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Helvetica, sans-serif, KaTeX_Main;
3636
}
3737

3838
li {

0 commit comments

Comments
 (0)