if you have a true type font then you have to use this
@font-face
{
font-family: your_font_name;
src: url(your_font_folder/font_name.ttf);
}
and use it like this
h2.title{font-family:your_font_name}
or another way to use the Google font API https://www.google.com/fonts