This is a migrated thread and some comments may be shown as answers.

Change Font family Style & Size to all Controls

2 Answers 619 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Eim
Top achievements
Rank 1
Eim asked on 21 Feb 2012, 12:37 PM
Hi,
 is there a easy way to change the font-family style and eventually size to all controls  ?

regards
Alessandro

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 Feb 2012, 12:53 PM
Hello Eim,

Check the following forum thread which discuss the same.
Font Change for All Controls

-Shinu.
0
Eim
Top achievements
Rank 1
answered on 21 Feb 2012, 04:26 PM
Thank you very much.

I tried this:
<style type="text/css">
*
{
        font-family: Tahoma;
         font-size: 20px;
}
</style>

And it seems to work.

thank's again.

Alessandro
Tags
General Discussions
Asked by
Eim
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Eim
Top achievements
Rank 1
Share this question
or