@font-face {
	font-family: cool_font;
	src: url('cool_font.ttf');
}

p.custom_font{
	font-family: cool_font; /* no .ttf */
}