I tried opening page which uses this font http://fonts.googleapis.com/css?family=Poiret+One however my web-browser whether it's chrome or firefox doesn't render it and just shows simple font (I thinks times new roman) however if I ssh from my machine to other machine which is also running linux and open same page with web browser inside it with X-server everything works fine.
Anyone knows why? How to fix it?
EDIT: html has this in <head> tag
<head> <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'> </head>
Shouldn't my browser download that font automatically?