/***************************
* Cusom Fonts
* 1. Droid Arabic Kufi, by Google
* 2. Droid Arabic Naskh, also by Google
* 3. Beutiful Amiri, Opensource.
****************** font-weight: 900;**********/

/*
 * Tagwal (Arabic) http://www.google.com/fonts/earlyaccess
 */

@font-face {
  font-family: 'Tajawal';
  src: url(/tis_web_arabic/static/src/fonts/Tajawal-Regular.eot);
  src: url(/tis_web_arabic/static/src/fonts/Tajawal-Regular.woff2) format('woff2'),
       url(/tis_web_arabic/static/src/fonts/Tajawal-Regular.woff) format('woff'),
	   url(/tis_web_arabic/static/src/fonts/Tajawal-Regular.ttf) format('truetype');
}
body  {
    font-family: "Tajawal" !important;
}