@font-face {
	font-family: 'CrimsonText-Regular-special';
	src: url('crimsontext-regular-special.eot');
	src:local('CrimsonText-Regular-special'), 
        url('crimsontext-regular-special.ttf') format('ttf'),
        url('crimsontext-regular-special.svg') format('svg'),
        url('crimsontext-regular-special.woff') format('woff'),
        url('crimsontext-regular-special.woff2') format('woff2'),
        url('crimsontext-regular-special.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+0000-007F;
}

.special-font  { font-family:'CrimsonText-Regular-special';}