Re: FN-FORUM: CSS / MAC / PC / Arial font issue??
date posted 18th January 2005 13:24
At 14:30 on Tuesday, 18 Jan 2005, Adam Mould wrote:
> .text10bold {
> font-family: Arial, Helvetica, sans-serif;
> font-size: 10px;
> line-height: 14px;
> font-weight: bold;
> color: #333333;
> }
> This one does:
> .verdanabold {
> font-family: Verdana, Arial, Helvetica, sans-serif;
> font-size: 10px;
> line-height: 14px;
> font-weight: bold;
> color: #333333;
> }
got the html to go with?