I am using Google Webfont's with my website. Should i let the fonts stay hosted on Google's Server and reference the required stylesheet(s) from my <head>
or should I download the font and upload them on my server and use @font-face
.
Which of the methods will out more load on my server and make my site slower.
The Size of the font is 40KB. But, when I use a Pingdom's Pagespeed tool, the downloaded font-size is shown in a few bytes.
But, When the font is hosted on my server, I think the full 40KB file is downloaded by the client. Why does this happen ?