这是一个奇怪的问题:标题“Vivi Piccante”使用的自定义字体在所有设备和浏览器(我测试过它)中都能正常工作,但它不能仅用于android < strong>智能手机Facebook应用。 Android智能手机Fb应用程序忽略所有字体 - 面部声明。它不是 android 问题,因为在同一设备上我尝试在chrome上打开相同的URL并且字体工作正常。
是我的错还是fb app问题?如果这是我的错,有没有办法解决这个问题?
CSS:
@font-face {
font-family: 'bellotabold_italic';
src: url('/App_Style/fonts/Bellota/BellotaBoldItalicwebfont.eot');
src: url('/App_Style/fonts/Bellota/BellotaBoldItalicwebfont.eot?#iefix') format('embedded-opentype'),
url('/App_Style/fonts/Bellota/BellotaBoldItalicwebfont.woff') format('woff'),
url('/App_Style/fonts/Bellota/BellotaBoldItalicwebfont.ttf') format('truetype'),
url('/App_Style/fonts/Bellota/BellotaBoldItalicwebfont.svg#bellotabold_italic') format('svg');
font-weight: normal;
font-style: normal;}