Forum Moderators: mack
I have even tried an overkill method (see below) but this still does not work.
-----------------------------------------------------
<td class="fantasia"><p class="fantasia"><font face="Brush Script MT">Fantasia: blah blah</font></p></td>
----------------------------------------------------
In the stylesheet:
td.fantasia
{
text-align: center;
font-weight: 900;
font-family: Brush Script MT;
font: Brush Script MT;
color: #B99E76;
font-size: 18pt;
}
p.fantasia
{
text-align: center;
font-weight: 900;
font-family: Brush Script MT;
font: Brush Script MT;
color: #B99E76;
font-size: 18pt;
}
---------------------------------------------------
All the other body styles are overcome except the font!
---------------------------------------------------
body
{background-color: #F0F8FF;
font-size: 11pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font: Verdana;
color: Blue;}
--------------------------------------------------
Any ideas?
Thanks
But I do have a word of warning. You should really only specify system fonts for text. Users without the brush script font will not be able to see what you intend (myself included). Perhaps you would be better using brush script for headers made with gifs, and georgia, verdana, or arial for the bulk of page text.
Ta
limbo