@font-face {
	font-family: 'american-typewriter';
	src: url('american-typewriter.eot');
	src:local('american-typewriter'), 
        url('american-typewriter.ttf') format('ttf'),
        url('american-typewriter.svg') format('svg'),
        url('american-typewriter.woff') format('woff'),
        url('american-typewriter.woff2') format('woff2'),
        url('american-typewriter.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.special-font  { font-family: american-typewriter;}