【发布时间】:2013-02-12 13:10:50
【问题描述】:
我在我的页面上使用了一些 Google 网络字体。使用谷歌提供的代码,我把
<link href='http://fonts.googleapis.com/css?family=Pirata+One' rel='stylesheet' type='text/css'>
在<head>.
看一下这个 CSS 会发现实际的字体托管在 http://themes.googleusercontent.com。
现在我想使用 DNS 预取,但我应该使用什么域? http://fonts.googleapis.com、http://themes.googleusercontent.com 或两者兼而有之?
【问题讨论】:
标签: html css dns webfonts google-webfonts