as is my understanding of the CSS font-family system, you make a font-family on preference order, where your browser will move down the list until it hits a browser on your system (before the final entry, the system fallback family thing). for example:
font-family: Arial, Helvetica, sans-serif;
so. the question is, why does opera 7 b0rk completely? the above font list works fine. if i add the font i want to the head of the list (verdana), then opera simply ignores all other entries on the list. if i leave it with arial first, it uses arial. if i put verdana first, it doesn't use verdana, it doesn't fall back to arial, it simply b0rks out and uses some horrible serif font.
help![]()


LinkBack URL
About LinkBacks


Reply With Quote

