@font-face {
    font-family: 'DroidArabicKufiBold';
    src: url('fonts/DroidArabicKufiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DroidArabicKufiRegular';
    src: url('fonts/DroidArabicKufiRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'DroidArabicKufiRegular' !important;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 , b ,span {
    font-family: 'DroidArabicKufiRegular' !important;
}
