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