Use this code for that in your css
@font-face { font-family: sam2; src: url('../fonts/DINProBold.ttf')}
div.article_container h2
{
font-size:20px;
color:#FF0000;
line-height:33px;
font-family:sam2;
}
Here is fonts means the font folder in template folder.
No comments:
Post a Comment