我在我的网站中使用Roboto字体,它在 Chrome (Windows) 中呈现如下
字体在 iOS 中呈现正常。
我怎样才能解决这个问题?任何帮助表示赞赏:)
我有一个类似的问题。而是使用谷歌提供的标准代码,
<link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
我添加了一个crossorigin="anonymous"
属性标签。
<link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css' crossorigin="anonymous">
真诚地说,我不知道真正的原因,但它奏效了。希望这也对你有用。