@font-face {
    font-family: 'Al-Kanz';
    src:url('../fonts/Al-Kanz.eot');
    src:url('../fonts/Al-Kanz.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Al-Kanz.woff2') format('woff2'),
        url('../fonts/Al-Kanz.woff') format('woff'),
        url("../fonts/Al-Kanz.otf") format("opentype")
        url('../fonts/Al-Kanz.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  .arabic-text {
    direction: rtl;
    font-family: 'Al-Kanz',sans-serif;
  }