【发布时间】:2016-11-17 15:56:02
【问题描述】:
我的 iphone 模拟器上没有加载字体。 我按照https://docs.nativescript.org/ui/styling#using-fonts 列出的说明进行操作。但是,字体是为 android 加载的,而不是为 ios 加载的。
代码:
Label {
font-family: OpenSans-Regular;
}
我已将字体 OpenSans-Regular 添加到 app/fonts 文件夹。
【问题讨论】:
标签: fonts nativescript angular2-nativescript