gpt4 book ai didi

android - 让网络字体与 phonegap 和 android 一起工作 - 如何?

转载 作者:可可西里 更新时间:2023-11-01 19:05:53 24 4
gpt4 key购买 nike

PhoneGap 是否支持网络字体,如果支持,您如何使用它们。我目前在我的页面中有这段代码,但是当加载到模拟器中时它不起作用(在 android 应用程序中,我没有尝试通过浏览器加载页面)...

@font-face {
font-family: 'HelveticrapRegular';
src: url('fonts/helveticrap-webfont.eot');
src: url('fonts/helveticrap-webfont.woff') format('woff'), url('fonts/helveticrap-webfont.ttf') format('truetype'), url('fonts/helveticrap-webfont.svg#webfontHlJ0Jib3') format('svg');
font-weight: normal;
font-style: normal;
}
body {
font-family: "HelveticrapRegular", "Helvetica", "Arial", "sans serif";
}

当我在 firefox 中加载我的页面时,它确实有效,所以我不确定我做错了什么。

说字体 CSS 是由 fontsquirrel 生成的可能会有所帮助

谢谢 :) 乔尔

最佳答案

我在使用 Woff 格式的自定义字体时遇到了问题。然后我将它从 Woff 转换为 Ttf,它可以在我的 Android 设备上运行。所以使用 Woff 格式可能会有问题。

因此,从 .woff 转换为 .ttf 可能会解决问题。

关于android - 让网络字体与 phonegap 和 android 一起工作 - 如何?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5693856/

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