@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Roboto.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Roboto.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Roboto.svg#svgFontName') format('svg'); /* Legacy iOS */
}