This text has the font-family ChantelliAntiquaRegular through the help of @font-face.

Code used in this page

@font-face {
	font-family: "ChantelliAntiquaRegular";
	src: url("Chantelli_Antiqua-webfont.eot");
	src: local("☺"), url("Chantelli_Antiqua-webfont.woff") format("woff"), url("Chantelli_Antiqua-webfont.ttf") format("truetype"), url("Chantelli_Antiqua-webfont.svg#webfontZjhIjbDc") format("svg");
	font-weight: normal;
	font-style: normal;
}

.font-face-display {
	font: 16px ChantelliAntiquaRegular, Helvetica, sans-serif;
}