gpt4 book ai didi

android - Android应用程序中webview中的自定义字体

转载 作者:行者123 更新时间:2023-11-30 01:37:24 30 4
gpt4 key购买 nike

如何使用自定义字体创建 webview。Webview 加载外部链接(“www.example.com”)。显示此站点在我的 android 应用程序中使用自定义字体。

感谢大家的回答。

最佳答案

把你的ttf文件放到Asset里试试这个

<html>
<head>
<style type="text/css">
@font-face {
font-family: typeface;
src: url("file:///android_asset/fonts/typeface.otf")
}
body {
font-family: typeface;
font-size: medium;
}
</style>
</head>
<body>
</body>
</html>

关于android - Android应用程序中webview中的自定义字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34960495/

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