﻿@font-face {
  font-family: 'Droid-Arabic-Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DroidKufi-Regular.eot);
  src: url(fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/DroidKufi-Regular.woff2) format('x-woff2'),
       url(fonts/DroidKufi-Regular.woff) format('woff'),
       url(fonts/DroidKufi-Regular.ttf) format('truetype'),
       url(fonts/Droidkufi-Regular.svg#droid_arabic_kufiregular) format('svg');
}

/*@font-face {
    font-family: 'droid_arabic_kufiregular';
    src: url('droidkufi-regular-webfont.eot');
    src: url('droidkufi-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidkufi-regular-webfont.woff') format('woff'),
         url('droidkufi-regular-webfont.ttf') format('truetype'),
         url('droidkufi-regular-webfont.svg#droid_arabic_kufiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
.Droid-white{
    font-family:"Droid-Arabic-Kufi";
    color:#FFF;
}   