@font-face {
	font-family: 'Lato-Regular';
	src: url('lato-regular.eot');
	src:local('Lato-Regular'), 
        url('lato-regular.ttf') format('ttf'),
        url('lato-regular.svg') format('svg'),
        url('lato-regular.woff') format('woff'),
        url('lato-regular.woff2') format('woff2'),
        url('lato-regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

body { font-family:Lato-Regular; }