If you want to use arial narrow in your site simply give it in you css code
p {font-family: "Aril Narrow", Arial, sans-serif;font-size:13px; line-height:16px;color:#333333; overflow-x:hidden;padding:5px 0px;}
if you want to use some fancy fonts in your webiste, you can use google fonts, just go to google fonts website, search font of your choice,. and look for direction how to use
here is a sample:
give this in header section
<link href='http://fonts.googleapis.com/css?family=Wire+One&v1' rel='stylesheet' type='text/css' />
and in css p {font-family: "Wire One", Arial, sans-serif;font-size:13px; line-height:16px;color:#333333; overflow-x:hidden;padding:5px 0px;}