好吧,首先是这里的网页:http://seedconference.com/seed.php
以下是它的 CSS:
p {
font-family: times, Times New Roman, times-roman, georgia, serif;
}
别名如下:
$ fc-match times
n021003l.pfb: "Nimbus Roman No9 L" "Regular"
Firefox 显示所有内容,但 Chrome 显示的却是 Liberation Serif。
我尝试了 Chrome 的字体设置。但什么也没改变。
有什么解决办法吗?
答案1
对我来说,它似乎使用的是 Times Roman。也许我正在运行更高版本?
以下是追踪问题的建议。运行 chrome 并设置 FC_DEBUG 环境变量。然后你就可以看到它使用的是什么字体。
FC_DEBUG=1 google-chrome http://seedconference.com/seed.php > ~/Desktop/Out
将所有访问的字体保存到 ~/Desktop/Out。我发现
grep file: ~/Desktop/Out
对于列出实际使用的字体很有用。