gpt4 book ai didi

css - 字体不适用于 ionic/phonegap 应用程序

转载 作者:行者123 更新时间:2023-11-28 06:27:33 25 4
gpt4 key购买 nike

我正在尝试为基于 ionic 的应用程序应用字体系列。它适用于桌面浏览器(chrome)但不适用于Android设备。

@font-face {
font-family: 'VAG Round';
font-style: normal;
font-weight: 200;
src: local('VAG Round'), local('VAGRound'), url('../lib/ionic/fonts/VAG Round.ttf') format('truetype');
}
body{
font-family: 'VAG Round';
}

我还复制了 lib/ionic/fonts 目录中的字体文件,但没有成功。

最佳答案

听起来像 Content Security Policy问题或 whitelist plugin问题。要进一步追踪问题:添加

<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'">

到你的index.html

<allow-navigation href="*"/>
<access origin="*"/>

到你的config.xml

还看here如果将它放在 www 目录中可能会对您或线程中解释的其他方法有所帮助。希望任何答案都能解决您的问题

关于css - 字体不适用于 ionic/phonegap 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35174504/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com