
/*=========================================================================== */
/* Schriften - font-style hängt am format                                     */
/*=========================================================================== */


@font-face {
	font-family: text; 
	src: url(clarendonlight.ttf);
	font-style: text;
}

@font-face {
	font-family: title; 
	src: url(clarendon.ttf);
	font-style: title;
}

@font-face {
	font-family: header; 
	src: url(clarendon.ttf);
	font-style: header;
}

@font-face {
	font-family: italic; 
	src: url(clarendon.ttf);
	font-style: italic;
}


@font-face {
	font-family: black; 
	src: url(clarendon.ttf);
	font-style: normal;

}
