PDA

View Full Version : vbulletin fonts



RichardP
05-04-2007, 01:58 PM
Lo Admins and vBulletin gurus

This may be a dumb question, but why did the developers take it in their wisom to override the default fonts and sizes in code. Shouldnt the browser decide that as it has to render the page?

The reason I am asking is that the Forum fonts look really ugly and huge in Firefox.

Overriding the font in the Firefox setting kludges out this problem, but other web pages dont render correctly as the setting have overriden a good web pages parameters.

Is there a way that another style sheet can be used? (as these fonts seem to be Microsoft specific)


/* vBulletin 3 CSS For Style 'VB36' (styleid: 2) */
body
{
background: #E1E1E2;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}