@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/lato-webfont.eot');
    src: url('fonts/lato/lato-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/lato-webfont.woff') format('woff'),
         url('fonts/lato/lato-webfont.ttf') format('truetype'),
         url('fonts/lato/lato-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/lato_light-webfont.eot');
    src: url('fonts/lato/lato_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/lato_light-webfont.woff') format('woff'),
         url('fonts/lato/lato_light-webfont.ttf') format('truetype'),
         url('fonts/lato/lato_light-webfont.svg#latolight') format('svg');
    font-weight: 400;
    font-style: normal;
}

/* /////////  FONT SMOOTHING FIX  ////////////// */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Lato';
		src: url('fonts/lato/lato-webfont.svg') format('svg');
	}
	
	@font-face {
		font-family: 'Lato';
		src: url('fonts/lato/lato_light-webfont.svg') format('svg');
		font-weight: 400;
	}
}