Skip to content

Commit

Permalink
Render cyrillic text correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
aol-nnov committed Apr 28, 2020
1 parent 7aabc8d commit 54f44a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kityminder.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.km-view {
font-family: "STHeitiSC-Light", "STHeiti", "Hei", "Heiti SC", "Microsoft Yahei", Arial, sans-serif;
font-family: Arial, "STHeitiSC-Light", "STHeiti", "Hei", "Heiti SC", "Microsoft Yahei", sans-serif;
-webkit-user-select: none;
user-select: none;
position: relative;
Expand Down Expand Up @@ -90,4 +90,4 @@

.km-image-viewer .km-image-viewer-close {
background-position: 0 -44px;
}
}

0 comments on commit 54f44a7

Please sign in to comment.