fonts/latinmodernmono.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/latinmodernmono.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: 'LatinModernMono10Regular';
[6]	    src: url('lmmono10-regular-webfont.eot');
[7]	    src: url('lmmono10-regular-webfont.eot?#iefix')
	format('embedded-opentype'),
[8]	         url('lmmono10-regular-webfont.woff') format('woff'),
[9]	         url('lmmono10-regular-webfont.ttf') format('truetype'),
[10]	         url('lmmono10-regular-webfont.svg#LatinModernMono10Regular')
	format('svg');
[11]	    font-weight: normal;
[12]	    font-style: normal;
[13]	
[14]	}
[15]	
[16]	@font-face {
[17]	    font-family: 'LatinModernMono10Italic';
[18]	    src: url('lmmono10-italic-webfont.eot');
[19]	    src: url('lmmono10-italic-webfont.eot?#iefix')
	format('embedded-opentype'),
[20]	         url('lmmono10-italic-webfont.woff') format('woff'),
[21]	         url('lmmono10-italic-webfont.ttf') format('truetype'),
[22]	         url('lmmono10-italic-webfont.svg#LatinModernMono10Italic')
	format('svg');
[23]	    font-weight: normal;
[24]	    font-style: normal;
[25]	
[26]	}
[27]	
[28]	@font-face {
[29]	    font-family: 'LatinModernMonoCaps10Regular';
[30]	    src: url('lmmonocaps10-regular-webfont.eot');
[31]	    src: url('lmmonocaps10-regular-webfont.eot?#iefix')
	format('embedded-opentype'),
[32]	         url('lmmonocaps10-regular-webfont.woff') format('woff'),
[33]	         url('lmmonocaps10-regular-webfont.ttf') format('truetype'),
[34]	        
	url('lmmonocaps10-regular-webfont.svg#LatinModernMonoCaps10Regular')
	format('svg');
[35]	    font-weight: normal;
[36]	    font-style: normal;
[37]	
[38]	}
[39]	
[40]	@font-face {
[41]	    font-family: 'LatinModernMonoCaps10Oblique';
[42]	    src: url('lmmonocaps10-oblique-webfont.eot');
[43]	    src: url('lmmonocaps10-oblique-webfont.eot?#iefix')
	format('embedded-opentype'),
[44]	         url('lmmonocaps10-oblique-webfont.woff') format('woff'),
[45]	         url('lmmonocaps10-oblique-webfont.ttf') format('truetype'),
[46]	        
	url('lmmonocaps10-oblique-webfont.svg#LatinModernMonoCaps10Oblique')
	format('svg');
[47]	    font-weight: normal;
[48]	    font-style: normal;
[49]	
[50]	}
[51]	
[52]	@font-face {
[53]	    font-family: 'LatinModernMonoLight10Oblique';
[54]	    src: url('lmmonolt10-oblique-webfont.eot');
[55]	    src: url('lmmonolt10-oblique-webfont.eot?#iefix')
	format('embedded-opentype'),
[56]	         url('lmmonolt10-oblique-webfont.woff') format('woff'),
[57]	         url('lmmonolt10-oblique-webfont.ttf') format('truetype'),
[58]	        
	url('lmmonolt10-oblique-webfont.svg#LatinModernMonoLight10Oblique')
	format('svg');
[59]	    font-weight: normal;
[60]	    font-style: normal;
[61]	
[62]	}
[63]	
[64]	@font-face {
[65]	    font-family: 'LatinModernMonoLight10Regular';
[66]	    src: url('lmmonolt10-regular-webfont.eot');
[67]	    src: url('lmmonolt10-regular-webfont.eot?#iefix')
	format('embedded-opentype'),
[68]	         url('lmmonolt10-regular-webfont.woff') format('woff'),
[69]	         url('lmmonolt10-regular-webfont.ttf') format('truetype'),
[70]	        
	url('lmmonolt10-regular-webfont.svg#LatinModernMonoLight10Regular')
	format('svg');
[71]	    font-weight: normal;
[72]	    font-style: normal;
[73]	
[74]	}
[75]	
[76]	@font-face {
[77]	    font-family: 'LatinModernMonoLight10Bold';
[78]	    src: url('lmmonolt10-bold-webfont.eot');
[79]	    src: url('lmmonolt10-bold-webfont.eot?#iefix')
	format('embedded-opentype'),
[80]	         url('lmmonolt10-bold-webfont.woff') format('woff'),
[81]	         url('lmmonolt10-bold-webfont.ttf') format('truetype'),
[82]	         url('lmmonolt10-bold-webfont.svg#LatinModernMonoLight10Bold')
	format('svg');
[83]	    font-weight: normal;
[84]	    font-style: normal;
[85]	
[86]	}
[87]	
[88]	@font-face {
[89]	    font-family: 'LatinModernMonoLight10BdOb';
[90]	    src: url('lmmonolt10-boldoblique-webfont.eot');
[91]	    src: url('lmmonolt10-boldoblique-webfont.eot?#iefix')
	format('embedded-opentype'),
[92]	         url('lmmonolt10-boldoblique-webfont.woff') format('woff'),
[93]	         url('lmmonolt10-boldoblique-webfont.ttf') format('truetype'),
[94]	        
	url('lmmonolt10-boldoblique-webfont.svg#LatinModernMonoLight10BdOb')
	format('svg');
[95]	    font-weight: normal;
[96]	    font-style: normal;
[97]	
[98]	}
[99]	
[100]	@font-face {
[101]	    font-family: 'LatinModernMonoLightCond10Rg';
[102]	    src: url('lmmonoltcond10-regular-webfont.eot');
[103]	    src: url('lmmonoltcond10-regular-webfont.eot?#iefix')
	format('embedded-opentype'),
[104]	         url('lmmonoltcond10-regular-webfont.woff') format('woff'),
[105]	         url('lmmonoltcond10-regular-webfont.ttf') format('truetype'),
[106]	        
	url('lmmonoltcond10-regular-webfont.svg#LatinModernMonoLightCond10Rg')
	format('svg');
[107]	    font-weight: normal;
[108]	    font-style: normal;
[109]	
[110]	}
[111]	
[112]	@font-face {
[113]	    font-family: 'LatinModernMonoLightCond10Ob';
[114]	    src: url('lmmonoltcond10-oblique-webfont.eot');
[115]	    src: url('lmmonoltcond10-oblique-webfont.eot?#iefix')
	format('embedded-opentype'),
[116]	         url('lmmonoltcond10-oblique-webfont.woff') format('woff'),
[117]	         url('lmmonoltcond10-oblique-webfont.ttf') format('truetype'),
[118]	        
	url('lmmonoltcond10-oblique-webfont.svg#LatinModernMonoLightCond10Ob')
	format('svg');
[119]	    font-weight: normal;
[120]	    font-style: normal;
[121]	
[122]	}
[123]	
[124]	@font-face {
[125]	    font-family: 'LatinModernMonoProp10Regular';
[126]	    src: url('lmmonoprop10-regular-webfont.eot');
[127]	    src: url('lmmonoprop10-regular-webfont.eot?#iefix')
	format('embedded-opentype'),
[128]	         url('lmmonoprop10-regular-webfont.woff') format('woff'),
[129]	         url('lmmonoprop10-regular-webfont.ttf') format('truetype'),
[130]	        
	url('lmmonoprop10-regular-webfont.svg#LatinModernMonoProp10Regular')
	format('svg');
[131]	    font-weight: normal;
[132]	    font-style: normal;
[133]	
[134]	}
[135]	
[136]	@font-face {
[137]	    font-family: 'LatinModernMonoProp10Oblique';
[138]	    src: url('lmmonoprop10-oblique-webfont.eot');
[139]	    src: url('lmmonoprop10-oblique-webfont.eot?#iefix')
	format('embedded-opentype'),
[140]	         url('lmmonoprop10-oblique-webfont.woff') format('woff'),
[141]	         url('lmmonoprop10-oblique-webfont.ttf') format('truetype'),
[142]	        
	url('lmmonoprop10-oblique-webfont.svg#LatinModernMonoProp10Oblique')
	format('svg');
[143]	    font-weight: normal;
[144]	    font-style: normal;
[145]	
[146]	}
[147]	
[148]	@font-face {
[149]	    font-family: 'LatinModernMonoPropLight10Rg';
[150]	    src: url('lmmonoproplt10-regular-webfont.eot');
[151]	    src: url('lmmonoproplt10-regular-webfont.eot?#iefix')
	format('embedded-opentype'),
[152]	         url('lmmonoproplt10-regular-webfont.woff') format('woff'),
[153]	         url('lmmonoproplt10-regular-webfont.ttf') format('truetype'),
[154]	        
	url('lmmonoproplt10-regular-webfont.svg#LatinModernMonoPropLight10Rg')
	format('svg');
[155]	    font-weight: normal;
[156]	    font-style: normal;
[157]	
[158]	}
[159]	
[160]	@font-face {
[161]	    font-family: 'LatinModernMonoPropLight10Ob';
[162]	    src: url('lmmonoproplt10-oblique-webfont.eot');
[163]	    src: url('lmmonoproplt10-oblique-webfont.eot?#iefix')
	format('embedded-opentype'),
[164]	         url('lmmonoproplt10-oblique-webfont.woff') format('woff'),
[165]	         url('lmmonoproplt10-oblique-webfont.ttf') format('truetype'),
[166]	        
	url('lmmonoproplt10-oblique-webfont.svg#LatinModernMonoPropLight10Ob')
	format('svg');
[167]	    font-weight: normal;
[168]	    font-style: normal;
[169]	
[170]	}
[171]	
[172]	@font-face {
[173]	    font-family: 'LatinModernMonoPropLight10Bd';
[174]	    src: url('lmmonoproplt10-bold-webfont.eot');
[175]	    src: url('lmmonoproplt10-bold-webfont.eot?#iefix')
	format('embedded-opentype'),
[176]	         url('lmmonoproplt10-bold-webfont.woff') format('woff'),
[177]	         url('lmmonoproplt10-bold-webfont.ttf') format('truetype'),
[178]	        
	url('lmmonoproplt10-bold-webfont.svg#LatinModernMonoPropLight10Bd')
	format('svg');
[179]	    font-weight: normal;
[180]	    font-style: normal;
[181]	
[182]	}
[183]	
[184]	@font-face {
[185]	    font-family: 'LatinModernMonoPropLigh10BdOb';
[186]	    src: url('lmmonoproplt10-boldoblique-webfont.eot');
[187]	    src: url('lmmonoproplt10-boldoblique-webfont.eot?#iefix')
	format('embedded-opentype'),
[188]	         url('lmmonoproplt10-boldoblique-webfont.woff') format('woff'),
[189]	         url('lmmonoproplt10-boldoblique-webfont.ttf') format('truetype'),
[190]	        
	url('lmmonoproplt10-boldoblique-webfont.svg#LatinModernMonoPropLigh10BdOb')
	format('svg');
[191]	    font-weight: normal;
[192]	    font-style: normal;
[193]	
[194]	}
[195]	
[196]	@font-face {
[197]	    font-family: 'LatinModernMonoSlanted10Rg';
[198]	    src: url('lmmonoslant10-regular-webfont.eot');
[199]	    src: url('lmmonoslant10-regular-webfont.eot?#iefix')
	format('embedded-opentype'),
[200]	         url('lmmonoslant10-regular-webfont.woff') format('woff'),
[201]	         url('lmmonoslant10-regular-webfont.ttf') format('truetype'),
[202]	        
	url('lmmonoslant10-regular-webfont.svg#LatinModernMonoSlanted10Rg')
	format('svg');
[203]	    font-weight: normal;
[204]	    font-style: normal;
[205]	
[206]	}
[207]