I'm trying to get the font family 'Lucia Calligraphy' to work on the first generation iPod Touch but its not working so far. And since I don't have any other mobile device I cant be 100% sure if its just this device or all mobile devices that don't support it.
@font-face { font-family: 'Lucida Calligraphy';
src: url('Lucida Calligraphy.eot?') format('eot'),
url('Lucida Calligraphy.woff') format('woff'),
url('Lucida Calligraphy.ttf') format('truetype');
}
I'm pretty sure before iOS 4.1 it only supported .svg
fonts.