

Src: local('Roboto LightItalic'), local('Roboto-LightItalic'), url('./fonts/Roboto-LightItalic.ttf') format('truetype')

Src: local('Roboto Light'), local('Roboto-Light'), url('./fonts/Roboto-Light.ttf') format('truetype') Src: local('Roboto BoldItalic'), local('Roboto-BoldItalic'), url('./fonts/Roboto-BoldItalic.ttf') format('truetype') Src: local('Roboto Italic'), local('Roboto-Italic'), url('./fonts/Roboto-Italic.ttf') format('truetype') Src: local('Roboto Bold'), local('Roboto-Bold'), url('./fonts/Roboto-Bold.ttf') format('truetype') Src: local('Roboto'), local('Roboto-Regular'), url('./fonts/Roboto-Regular.ttf') format('truetype') Src: url('./font/Roboto-Regular.ttf') format('truetype') Then I use "fonts" in my main.less file ( less is a CSS preprocessor, it makes things like this a little bit easier) This approach can provides better load performance since you have a more granular control over the characters to include and hence the file-size. Then, a cross-browser implementation of the standard CSS property is used to enable the font(s).
CHANGE FONT HTML GENERATOR
The DIY approach involves getting a font licensed for web use, and (optionally) using a tool like FontSquirrel's generator (or some software) to optimize its file size.WebFont loader) provide CSS classes and callbacks to help manage the FOUT that may occur, or response timeouts when downloading the font. JS font loaders like the one used by Google and Typekit (i.e. Typekit is the only service to provide additional font hinting to ensure fonts occupy the same pixels across browsers.
CHANGE FONT HTML FOR FREE
Google even provides this service for free ( here is an example for the Roboto font you requested). Font Hosting Services like Typekit,, Fontdeck, etc., provide an easy interface for designers to manage fonts purchased, and generate a link to a dynamic CSS or JavaScript file that serves up the font.There are TWO approaches that you can take to use licensed web-fonts on your pages: What should my url look like, if I want to have the dir structure like:
CHANGE FONT HTML SOFTWARE
Url('Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg') (under the Apache Software License). Url('Roboto-ThinItalic-webfont.ttf') format('truetype'), Url('Roboto-ThinItalic-webfont.woff') format('woff'), Src: url('Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'), Src: url('Roboto-ThinItalic-webfont.eot')
