Page 1 of 1

How to change the font from Simple to Traditional Chinese

PostPosted: Mon Dec 08, 2014 2:22 am
by Animator
Greetings everyone,

My GoldenDict is the portable version 1.5.0-RC-474-g89ab1bf. I got the Simple Chinese Dictionary. I want to change the font to traditional Chinese when showing the context. Where the directory should I put the article-style.css file? Should I put the file in c:\Users\MyUsername\AppData\Roaming\GoldenDict\configuration?

Thank you for your help!

Re: How to change the font from Simple to Traditional Chines

PostPosted: Mon Dec 08, 2014 4:33 am
by Abs62
To find configuration folder you can use "Help -> Configuration folder" command in menu.

Re: How to change the font from Simple to Traditional Chines

PostPosted: Mon Dec 08, 2014 9:23 am
by Animator
Thanks for your information.
I have put the file "article-style.css" in configuration folder.

I have set the file content :
.gdarticle
{
font-size: 20px;
font-family:"FZZhongDengXian-Z07T", Cambria,Tahoma, Verdana ,"Lucida Sans Unicode";
}
I can see the font-size has been changed. But I can't change the fonts from Simple Chinese to Traditional Chinese.

Is there anyone can tell me how should I do?