我用@font-face去使用自定义字体,在PC机上使用,除开safari,其他浏览器都没问题,但是,倘若将它在ipad上使用,safari又没问题。以下是我写的@font-face
@font-face{
font-family:f1;
src:url('f1.eot');
src:url('f1.eot?#iefix') format('embedded-opentype'),
url('f1.woff') format('woff'),
url('f1.ttf') format('truetype'),
url('f1.svg#f1') format('svg');
}
而且.svg格式在safari中完全不能被支持