Created
October 25, 2020 16:52
-
-
Save Gictorbit/f7f658114044750ef89878b6d3225c11 to your computer and use it in GitHub Desktop.
GoldenDict css style to fix farsi problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body{ | |
font-family: "vazir"; | |
line-height: 25px; | |
} | |
.bglrtl{ | |
white-space: pre-wrap !important; | |
} | |
.bglrtl b{ | |
white-space: initial !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment