Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Firefox shows default font when using CSS Re: Firefox shows default font when using CSS

#54341
TheDoc
Member
/* FORMATS TEXT IN THE MAIN PARAGRAPHS */
.para {
font-family:"Trebuchet MS", Arial, "sans-serif";
color:#000000;
font-size:13 px; /* THIS - there is a space between the 13 and the px */
font-weight:bold;
text-align:left;
vertical-align:text-top;
}