【发布时间】:2018-04-08 15:50:51
【问题描述】:
我的 CSS 样式表似乎工作正常,但我无法将字体更改为与 iOS 11 中使用的系统字体非常匹配的字体。这是我尝试过的:
body, html {
color: red;
font-family: 'San Francisco';
};
字符颜色为红色,但字体不变。
如何在我的 Xamarin.Forms iOS 中指定与 Apple 系统字体非常相似的字体?
【问题讨论】:
-
也许您必须将其视为自定义字体?见blog.xamarin.com/custom-fonts-in-ios
标签: xamarin xamarin.ios xamarin.forms ios11