David,
This would be a CSS-related question. I believe that you can find numorous articles out there explaining the "best practices" for choosing the right type face or font size for your portal.
In my experience, I tend to use absolute-size keyword (xx-small, x-small, small, medium, large, x-large, xx-large) in association with percentages for my sites and clients'.
Here is an example:
Set your body to:
body{font-size: small;} ---base size
Then use percentages for the rests such as header, paragraph.
h1{ font-size: 160%;}
p {font-size: 90%}
When user set their text-size view on their screen to be the smallest, small, medium, large, or even the largest, your font will scale up or down in a constant value from the base size no matter how large or small the base size is.
In this example, your paragraph font will be 90% of the "small" value defined in base size, your h1 will display at 160% from the base size.
Note: be sure to test our different browsers and see if it works properly.
Hope this helps!
Cuong Dang
Engage Software
St. Louis, MO
314.966.4000 |
The leading provider of DotNetNuke support, training and custom development.