gpt4 book ai didi

android - 自定义字体(woff2)在使用 Visual Studio Community 和 Cordova 制作 App 的 Android 中不起作用

转载 作者:搜寻专家 更新时间:2023-11-01 07:48:10 25 4
gpt4 key购买 nike

请帮忙!!!

我有一个与 Visual Studio Comunity 和 Cordova 一起运行的应用程序,当我模拟它时,它在 PC 上运行得非常完美,但是当我将它安装在我的单元格中时,字体就不起作用了,这让我很生气,因为我已经尝试了我在此页面中找到的每个选项,但都不起作用。

我在 index.html 中有这段代码

    div>
<style scoped>

@font-face {
font-family: 'Inknut Antiqua';
font-style: normal;
font-weight: 400;
src: url(InknutAntiqua.woff2) format('woff2');
}

</style>
</div>

<div>
<h2 style="font-family: 'Inknut Antiqua'">Aqui va el Titulo</h2>
</div>

这是我的目录结构。

/Site
-----/css
-----/imgs
-----index.html
-----InknutAntiqua.woff2

PD我也在使用 Bootstrap (<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">)以防它像 JQuery 对其他人造成的那样造成任何麻烦,正如我在其他帖子中看到的那样。

谢谢!!!

最佳答案

when I install it in my cell the fonts just doesn't work.

Android 4.X webview 不支持 WOFF2。它在 5.x-6.x 中受支持。请看Can I use WOFF2 in Android .

但是您可以使用 WOFF。区别只是字体的压缩算法。 WOFF 确实支持 Android 4.X。

关于android - 自定义字体(woff2)在使用 Visual Studio Community 和 Cordova 制作 App 的 Android 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39560468/

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