
/* Déclaration des Fonts */
@font-face {
	font-family: 'Goudy';
	src: url('../../fonts/Goudy Old Style BT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Title & headers */

h1, h2, h3, h4, h5, h6 {font-family:"Goudy";}
