the fonts " URW Chancery L " no works in Firefox 3.6.5 - Ubuntu canonical
- - URW Chancery L - - The fonts which are installed on the system Ubuntu 10.04 - Canonical No work from Version of Mozilla Firefox 3.6.5
URL of affected sites
User Agent
Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.2.5pre) Gecko/20100514 Ubuntu/9.10 (karmic) Namoroka/3.6.5pre
All Replies (5)
Use quotes around the font names if there are spaces in it:
Comparison of two web browsers - Firefox - Konquer
I changed the style sheet as you have suggested ... but not 'changed nothing
- (
body {
font-family: "URW Chancery L", "URW Chancery l", "Monotype Corsiva";
font-size: 16px;
text-align: center;
}
I hadn't tested the font, but I can confirm that it no longer works in Firefox 3.5 and later version. I still see the "URW Chancery L" font in the Firefox 3.0.19 and 2.0.0.20 versions, but not in later versions. I do not know why that font is no longer working. You can try to file a bug report about that to see if it is a known issue.
data:text/html,<b>URW Chancery L:</b><p style='font-family:"URW Chancery L"; font-size:25px'> !"#$%&'()*+,-./<br>0123456789:;<=>?<br>@ABCDEFGHIJKLMNO<br>PQRSTUVWXYZ[\]^_<br>`abcdefghijklmno<br>pqrstuvwxyz{|}~</p><b>URW Bookman L:</b><p style='font-family:"URW Bookman L"; font-size:25px'> !"#$%&'()*+,-./<br>0123456789:;<=>?<br>@ABCDEFGHIJKLMNO<br>PQRSTUVWXYZ[\]^_<br>`abcdefghijklmno<br>pqrstuvwxyz{|}~</p><b>URW Gothic L:</b><p style='font-family:"URW Gothic L"; font-size:25px'> !"#$%&'()*+,-./<br>0123456789:;<=>?<br>@ABCDEFGHIJKLMNO<br>PQRSTUVWXYZ[\]^_<br>`abcdefghijklmno<br>pqrstuvwxyz{|}~</p><b>URW Palladio L:</b><p style='font-family:"URW Palladio L"; font-size:25px'> !"#$%&'()*+,-./<br>0123456789:;<=>?<br>@ABCDEFGHIJKLMNO<br>PQRSTUVWXYZ[\]^_<br>`abcdefghijklmno<br>pqrstuvwxyz{|}~</p>
TRY this: style='font-family:"URW Chancery L";font-style:italic;' AS INLINE STYLE I have experienced in W$ FF2, css file won't work
Modified