/* The format from Bullet Proof blog post */
@font-face {
  font-family: 'OldArabic';
  src: url('AlMohanadOldArabic.eot');
  src: local('☺'),
    url("AlMohanadOldArabic.woff") format("woff"),
    url("AlMohanadOldArabic.ttf") format("truetype");
    
}


/* A class for fast use of the font face in any place */
.OldArabic {
	font-family: OldArabic!important;
}

