Включая ссылку или импорт Google Web Fonts?

Каков предпочтительный способ включения веб-шрифтов Google на страницу?

via the link tag?

<link href='http://fonts.googleapis.com/css?family=Judson:400,400italic,700' rel='stylesheet' type='text/css'>

via import in a stylesheet?

@import url(http://fonts.googleapis.com/css?family=Kameron:400,700);

or use the web font loader

https://developers.google.com/webfonts/docs/webfont_loader

Ответы на вопрос(2)

Ваш ответ на вопрос