3

我使用了 Google 网络字体中的 Archivo Narrow 字体,但变音符号显示来自 Lucida Grande 的正文字体。因此,除了罗马尼亚变音符号(我需要)之外的所有内容都以 Archivo Narrow 字体显示。并且不是缺少字形的问题。

我有这个<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='http://fonts.googleapis.com/css?family=Archivo+Narrow' rel='stylesheet' type='text/css'>

在css中我这样称呼字体: font-family:'Archivo Narrow', sans-serif; !important;

4

1 回答 1

2

将元素中的href属性值更改为link

http://fonts.googleapis.com/css?family=Archivo+Narrow&subset=latin,latin-ext

当您选中“Latin Extended (latin-ext)”复选框时,按照 Google 说明中的说明进行操作。此复选框的确切含义未记录在案,但显然,只要您的拉丁字母超出拉丁 1(“西方”)曲目,您就应该使用此选项

于 2012-12-03T14:04:36.810 回答