@ font-face不适用于第一代iPod Touch吗?

时间:2012-12-18 23:16:23

标签: css mobile font-face ipod-touch

我正在努力让字体系列'Lucia Calligraphy'在第一代iPod Touch上工作,但到目前为止还没有工作。由于我没有任何其他移动设备,我不能100%确定它只是这个设备或所有不支持它的移动设备。

 @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');
            }

1 个答案:

答案 0 :(得分:1)

我非常确定在iOS 4.1之前它只支持.svg字体。

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