문제

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.

http://caniuse.com/#search=font-face

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top