The code used here is (all are CSS):
@font-face {
font-family: Alaa;
src: url("bankgthd.eot"); /* works for IEs (IE 6+) */
src: local('Alaa'), url('bankgthd.ttf') format('truetype');
/* Works for FireFox, Google Chrome, Safari and Opera */
}
*{
font-family:Alaa;
font-size:30px;
}