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