我导入了一组 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)
但没有成功:(
有人知道我能做什么来解决它吗?
谢谢