Skip to content

Commit 54f44a7

Browse files
authored
Render cyrillic text correctly
fixes fex-team#66
1 parent 7aabc8d commit 54f44a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kityminder.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.km-view {
2-
font-family: "STHeitiSC-Light", "STHeiti", "Hei", "Heiti SC", "Microsoft Yahei", Arial, sans-serif;
2+
font-family: Arial, "STHeitiSC-Light", "STHeiti", "Hei", "Heiti SC", "Microsoft Yahei", sans-serif;
33
-webkit-user-select: none;
44
user-select: none;
55
position: relative;
@@ -90,4 +90,4 @@
9090

9191
.km-image-viewer .km-image-viewer-close {
9292
background-position: 0 -44px;
93-
}
93+
}

0 commit comments

Comments
 (0)