Hello all,
To my dismay i discovered my @font-face font is not working on the Safari mobile browser. I downloaded the font package from Fontsquirrel and yes it does have the font in its svg version. Here is the CSScode:
/* Generated by Font Squirrel ([url]http://www.fontsquirrel.com[/url]) on April 20, 2010 05:06:32 PM America/New_York */
@font-face {
font-family: 'ChopinScriptRegular';
src: url('../fonts/ChopinScript-webfont.eot');
src: local('☺'), url('../fonts/ChopinScript-webfont.woff') format('woff'), url('../fonts/ChopinScript-webfont.ttf') format('truetype'), url('ChopinScript-webfont.svg#webfont3FgKTvnt') format('svg');
font-weight: normal;
font-style: normal;
}
div#navbar ul {
/*border: solid red 1px;*/
width: 720px;
margin: 0px auto;
padding: 0px;
font-family: ChopinScriptRegular, Arial, Helvetica;
font-size: 170%;
color: #2a0050;
line-height: 37px;
white-space: nowrap;
}
Have I missed something? Does Safari mobile have a issue with the font-height being in"%?"