在VS 2015中,空白应用程序(Apache Cordova)正确显示波斯语(波斯语)文本,但在离子框架中波斯语(波斯语)文本显示如下:
我尝试在这些步骤中添加自定义font-face:
@font-face {
font-family: "customFont";
src: url("../fonts/BMitra.eot?v=2.0.1");
src: url("../lib/ionic/fonts/BMitra.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../lib/ionic/fonts/BMitra.ttf?v=2.0.1") format("truetype"), url("../lib/ionic/fonts/BMitra.woff") format("woff");
font-weight: normal;
font-style: normal;
}
body {
font-family: "customFont";
}
但字体仍无法正常工作。 有什么建议吗? 谢谢......