小编Lea*_*tto的帖子

NativeScript:Android 上未加载字体系列

我导入了一组 Galano Grotesque xxx.otf 字体文件(xxx=Alt Black、Alt Black Bold 等),它在 iOS 上就像一个魅力,但在 Android 上却不然。当我在 Android 上运行该应用程序时,字体未加载。

我正在使用这个:

Label {
    font-family: "Galano Grotesque";
    color: #5b5b5f;
}
Run Code Online (Sandbox Code Playgroud)

我发现这篇文章 - Android Not Showing Font Icon In NativeScript - 我尝试了这个

Label {
    font-family: "Galano Grotesque", galano grotesque;
    color: #5b5b5f;
}
Run Code Online (Sandbox Code Playgroud)

但没有成功:(

有人知道我能做什么来解决它吗?

谢谢

css fonts android nativescript

3
推荐指数
1
解决办法
1789
查看次数

标签 统计

android ×1

css ×1

fonts ×1

nativescript ×1