

@font-face {
	/* On donne un nom (au choix) à la fonte téléchargée */
	font-family: "Lobster";
	/* On indique le chemin du fichier de fonte à télécharger */
	/* L'indication du format n'est pas obligatoire */
	src: url("lobster.otf") format("opentype");
}



h1 {
 font-size: 20; 
 font-family: Arial;
 }


h2 {
 font-size: 28; 
 font-family: Lobster, Arial;
 padding-left: 15px;
 }

 
h3 {
 font-size: 14; 
 font-family: Arial;
 }
