I am using some Google webfonts on my page. Using the code Google supplied, I've put
<link href='http://fonts.googleapis.com/css?family=Pirata+One' rel='stylesheet' type='text/css'>
in the <head>
.
A look inside this CSS reveals that the actual font is hosted at http://themes.googleusercontent.com
.
Now I want to use DNS prefetching, but what domain should I use? http://fonts.googleapis.com
, http://themes.googleusercontent.com
or both?