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