I want to use Google\'s Roboto font on my website and I am following this tutorial:
http://www.maketecheasier.com/use-google-roboto-font-everywhere/2012/03/15
Old post, I know.
This is also possible using CSS @import url:
@import url
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900); html, body, html * { font-family: 'Roboto', sans-serif; }