I have a web page to maintain that is designed to be displayed in medium font.
If a user has their browser set to larger/largest font buttons etc are out of the display area.
I have tried to force the font to be medium with no luck
I have tried
#normal{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:400;
font-size:medium;
font-variant:normal;
}
and
<font size=10pt>
etc
This is never forcing the font to be medium it is still defaulting to what ever the browser is set at.
is there a way to truly force medium font
- or -
Is there a way to determine what text size the browser is set at and display a message if they are not on medium
Thanks,
If a user has their browser set to larger/largest font buttons etc are out of the display area.
I have tried to force the font to be medium with no luck
I have tried
#normal{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:400;
font-size:medium;
font-variant:normal;
}
and
<font size=10pt>
etc
This is never forcing the font to be medium it is still defaulting to what ever the browser is set at.
is there a way to truly force medium font
- or -
Is there a way to determine what text size the browser is set at and display a message if they are not on medium
Thanks,