@font-face {
	font-family: 'your font family';
  	src: url('/media/[YOUR MPU]/yourfontfile.ttf')  format('truetype');
}

* { font-family: 'your font family'; text-shadow: none;}