Font size problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Font size problem

zhiyongcui
When I use ofbiz system in chinese language . the font size is so smaller than normal that I can't recognize it
clearly. Whether there is a way that I can increase the font size for all the system concurrentlly?
Reply | Threaded
Open this post in threaded view
|

Re: Font size problem

Shi Jinghai
body {
...
font-size: 62.5%;
...
}

Change 62.5% to 80% or etc.

Regards,

Shi Jinghai/Beijing Langhua Ltd.

在 2010-06-10四的 00:39 -0700,zhiyongcui写道:
> When I use ofbiz system in chinese language . the font size is so smaller
> than normal that I can't recognize it
> clearly. Whether there is a way that I can increase the font size for all
> the system concurrentlly?

Reply | Threaded
Open this post in threaded view
|

Re: Font size problem

zhiyongcui
谢谢。:)