Can someone tell me why FireFox is not rendering the Lucida Sans Unicode font type? It’s a default websafe font according to w3schools. Chrome and IE both render it fine.
html, body {
height: 100%;
font-size: 100%;
min-width: 950px;
color: #000;
font: normal 12px "Lucida Sans Unicode" Geneva, Tahoma;
}
You probably want a comma after the
Lucidapart:http://jsfiddle.net/GVCy2/