fonts/roboto.css

Look for the the font-family names below. These names are case sensitive. Add the following line at the beginning of your stylesheet:
@import url(fonts/roboto.css);

NOTE: Add a slash in front of fonts/ if you are not using local fonts. After importing this style sheet into your CSS, you may use that font-family name in one or more of your own CSS rules.
[0]	/* Generated by Font Squirrel (http://www.fontsquirrel.com)
[1]	
[2]	
[3]	
[4]	@font-face {
[5]	    font-family: 'RobotoRegular';
[6]	    src: url('Roboto-Regular-webfont.eot');
[7]	    src: url('Roboto-Regular-webfont.eot?#iefix')
	format('embedded-opentype'),
[8]	         url('Roboto-Regular-webfont.woff') format('woff'),
[9]	         url('Roboto-Regular-webfont.ttf') format('truetype'),
[10]	         url('Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
[11]	    font-weight: normal;
[12]	    font-style: normal;
[13]	
[14]	}
[15]	
[16]	@font-face {
[17]	    font-family: 'RobotoItalic';
[18]	    src: url('Roboto-Italic-webfont.eot');
[19]	    src: url('Roboto-Italic-webfont.eot?#iefix')
	format('embedded-opentype'),
[20]	         url('Roboto-Italic-webfont.woff') format('woff'),
[21]	         url('Roboto-Italic-webfont.ttf') format('truetype'),
[22]	         url('Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
[23]	    font-weight: normal;
[24]	    font-style: normal;
[25]	
[26]	}
[27]	
[28]	@font-face {
[29]	    font-family: 'RobotoBold';
[30]	    src: url('Roboto-Bold-webfont.eot');
[31]	    src: url('Roboto-Bold-webfont.eot?#iefix')
	format('embedded-opentype'),
[32]	         url('Roboto-Bold-webfont.woff') format('woff'),
[33]	         url('Roboto-Bold-webfont.ttf') format('truetype'),
[34]	         url('Roboto-Bold-webfont.svg#RobotoBold') format('svg');
[35]	    font-weight: normal;
[36]	    font-style: normal;
[37]	
[38]	}
[39]	
[40]	@font-face {
[41]	    font-family: 'RobotoBoldItalic';
[42]	    src: url('Roboto-BoldItalic-webfont.eot');
[43]	    src: url('Roboto-BoldItalic-webfont.eot?#iefix')
	format('embedded-opentype'),
[44]	         url('Roboto-BoldItalic-webfont.woff') format('woff'),
[45]	         url('Roboto-BoldItalic-webfont.ttf') format('truetype'),
[46]	         url('Roboto-BoldItalic-webfont.svg#RobotoBoldItalic')
	format('svg');
[47]	    font-weight: normal;
[48]	    font-style: normal;
[49]	
[50]	}
[51]	
[52]	@font-face {
[53]	    font-family: 'RobotoCondensed';
[54]	    src: url('Roboto-Condensed-webfont.eot');
[55]	    src: url('Roboto-Condensed-webfont.eot?#iefix')
	format('embedded-opentype'),
[56]	         url('Roboto-Condensed-webfont.woff') format('woff'),
[57]	         url('Roboto-Condensed-webfont.ttf') format('truetype'),
[58]	         url('Roboto-Condensed-webfont.svg#RobotoCondensed')
	format('svg');
[59]	    font-weight: normal;
[60]	    font-style: normal;
[61]	
[62]	}
[63]	
[64]	@font-face {
[65]	    font-family: 'RobotoCondensedItalic';
[66]	    src: url('Roboto-CondensedItalic-webfont.eot');
[67]	    src: url('Roboto-CondensedItalic-webfont.eot?#iefix')
	format('embedded-opentype'),
[68]	         url('Roboto-CondensedItalic-webfont.woff') format('woff'),
[69]	         url('Roboto-CondensedItalic-webfont.ttf') format('truetype'),
[70]	         url('Roboto-CondensedItalic-webfont.svg#RobotoCondensedItalic')
	format('svg');
[71]	    font-weight: normal;
[72]	    font-style: normal;
[73]	
[74]	}
[75]	
[76]	@font-face {
[77]	    font-family: 'RobotoBoldCondensed';
[78]	    src: url('Roboto-BoldCondensed-webfont.eot');
[79]	    src: url('Roboto-BoldCondensed-webfont.eot?#iefix')
	format('embedded-opentype'),
[80]	         url('Roboto-BoldCondensed-webfont.woff') format('woff'),
[81]	         url('Roboto-BoldCondensed-webfont.ttf') format('truetype'),
[82]	         url('Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed')
	format('svg');
[83]	    font-weight: normal;
[84]	    font-style: normal;
[85]	
[86]	}
[87]	
[88]	@font-face {
[89]	    font-family: 'RobotoBoldCondensedItalic';
[90]	    src: url('Roboto-BoldCondensedItalic-webfont.eot');
[91]	    src: url('Roboto-BoldCondensedItalic-webfont.eot?#iefix')
	format('embedded-opentype'),
[92]	         url('Roboto-BoldCondensedItalic-webfont.woff') format('woff'),
[93]	         url('Roboto-BoldCondensedItalic-webfont.ttf') format('truetype'),
[94]	        
	url('Roboto-BoldCondensedItalic-webfont.svg#RobotoBoldCondensedItalic')
	format('svg');
[95]	    font-weight: normal;
[96]	    font-style: normal;
[97]	
[98]	}
[99]	
[100]	@font-face {
[101]	    font-family: 'RobotoThin';
[102]	    src: url('Roboto-Thin-webfont.eot');
[103]	    src: url('Roboto-Thin-webfont.eot?#iefix')
	format('embedded-opentype'),
[104]	         url('Roboto-Thin-webfont.woff') format('woff'),
[105]	         url('Roboto-Thin-webfont.ttf') format('truetype'),
[106]	         url('Roboto-Thin-webfont.svg#RobotoThin') format('svg');
[107]	    font-weight: normal;
[108]	    font-style: normal;
[109]	
[110]	}
[111]	
[112]	@font-face {
[113]	    font-family: 'RobotoThinItalic';
[114]	    src: url('Roboto-ThinItalic-webfont.eot');
[115]	    src: url('Roboto-ThinItalic-webfont.eot?#iefix')
	format('embedded-opentype'),
[116]	         url('Roboto-ThinItalic-webfont.woff') format('woff'),
[117]	         url('Roboto-ThinItalic-webfont.ttf') format('truetype'),
[118]	         url('Roboto-ThinItalic-webfont.svg#RobotoThinItalic')
	format('svg');
[119]	    font-weight: normal;
[120]	    font-style: normal;
[121]	
[122]	}
[123]	
[124]	@font-face {
[125]	    font-family: 'RobotoLight';
[126]	    src: url('Roboto-Light-webfont.eot');
[127]	    src: url('Roboto-Light-webfont.eot?#iefix')
	format('embedded-opentype'),
[128]	         url('Roboto-Light-webfont.woff') format('woff'),
[129]	         url('Roboto-Light-webfont.ttf') format('truetype'),
[130]	         url('Roboto-Light-webfont.svg#RobotoLight') format('svg');
[131]	    font-weight: normal;
[132]	    font-style: normal;
[133]	
[134]	}
[135]	
[136]	@font-face {
[137]	    font-family: 'RobotoLightItalic';
[138]	    src: url('Roboto-LightItalic-webfont.eot');
[139]	    src: url('Roboto-LightItalic-webfont.eot?#iefix')
	format('embedded-opentype'),
[140]	         url('Roboto-LightItalic-webfont.woff') format('woff'),
[141]	         url('Roboto-LightItalic-webfont.ttf') format('truetype'),
[142]	         url('Roboto-LightItalic-webfont.svg#RobotoLightItalic')
	format('svg');
[143]	    font-weight: normal;
[144]	    font-style: normal;
[145]	
[146]	}
[147]	
[148]	@font-face {
[149]	    font-family: 'RobotoMedium';
[150]	    src: url('Roboto-Medium-webfont.eot');
[151]	    src: url('Roboto-Medium-webfont.eot?#iefix')
	format('embedded-opentype'),
[152]	         url('Roboto-Medium-webfont.woff') format('woff'),
[153]	         url('Roboto-Medium-webfont.ttf') format('truetype'),
[154]	         url('Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
[155]	    font-weight: normal;
[156]	    font-style: normal;
[157]	
[158]	}
[159]	
[160]	@font-face {
[161]	    font-family: 'RobotoMediumItalic';
[162]	    src: url('Roboto-MediumItalic-webfont.eot');
[163]	    src: url('Roboto-MediumItalic-webfont.eot?#iefix')
	format('embedded-opentype'),
[164]	         url('Roboto-MediumItalic-webfont.woff') format('woff'),
[165]	         url('Roboto-MediumItalic-webfont.ttf') format('truetype'),
[166]	         url('Roboto-MediumItalic-webfont.svg#RobotoMediumItalic')
	format('svg');
[167]	    font-weight: normal;
[168]	    font-style: normal;
[169]	
[170]	}
[171]	
[172]	@font-face {
[173]	    font-family: 'RobotoBlack';
[174]	    src: url('Roboto-Black-webfont.eot');
[175]	    src: url('Roboto-Black-webfont.eot?#iefix')
	format('embedded-opentype'),
[176]	         url('Roboto-Black-webfont.woff') format('woff'),
[177]	         url('Roboto-Black-webfont.ttf') format('truetype'),
[178]	         url('Roboto-Black-webfont.svg#RobotoBlack') format('svg');
[179]	    font-weight: normal;
[180]	    font-style: normal;
[181]	
[182]	}
[183]	
[184]	@font-face {
[185]	    font-family: 'RobotoBlackItalic';
[186]	    src: url('Roboto-BlackItalic-webfont.eot');
[187]	    src: url('Roboto-BlackItalic-webfont.eot?#iefix')
	format('embedded-opentype'),
[188]	         url('Roboto-BlackItalic-webfont.woff') format('woff'),
[189]	         url('Roboto-BlackItalic-webfont.ttf') format('truetype'),
[190]	         url('Roboto-BlackItalic-webfont.svg#RobotoBlackItalic')
	format('svg');
[191]	    font-weight: normal;
[192]	    font-style: normal;
[193]	
[194]	}
[195]