Skip to content

Commit 245cdf7

Browse files
committed
Fix evil selector of font-family
Signed-off-by: Kotaro Inoue <[email protected]>
1 parent 33542be commit 245cdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body {
3131
line-height: 1.48;
3232
}
3333

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

0 commit comments

Comments
 (0)