@font-face {
    font-family: 'Spin Cycle';   
    src: url('spin-webfont.eot');
    src: url('spin-webfont.eot?#iefix') format('embedded-opentype'),
         url('spin-webfont.woff2') format('woff2'),
         url('spin-webfont.woff') format('woff'),
         url('spin.ttf') format('truetype');
	src: local("Spin Cycle"), url("spin.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; 
}