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