i have downloaded the Bebas Neue.ttf and uploaded to my fonts folder via ftp. Then i added the following code to my css file
@font-face {
font-family: "bebas";
src: url(fonts/Bebas Neue.ttf) format("truetype");
}
and to apply to my title head i added the following code to my css
.plain_text .big_title {
font-family: bebas;
font-size: 33px;
font-weight: bold!important;
}
you can see the tile which says WELCOME TO OUR COMPANY through thi slink - MY SITE.
I dont know what I have done wrong . Please help!! Thanks