w_mountain wrote:Like Tibetan fonts, some other fonts don't seem to be displayed in GoldenDict.
In my opinion, it's because of a encoding-decoding problem.
WordList, QLineEdit, QTabBar
{
font-family: "Arial Unicode MS";
color: red; /* to make sure it works, you should see red list */
}
* { /* (*) means for all , instead of WordList, QLineEdit, QTabBar */
font-family: "Tahoma", "Times Ext Roman", sans-serif;
color: red; /* to make sure it works, you should see red list */
}
Users browsing this forum: No registered users and 12 guests