@font-face { font-family: scharift; src: url(basicfont.ttf); } 

body {

}

p.headline {
	font-family: scharift; 
	color: red;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}