﻿@import url(fonts.googleapis.com_earlyaccess_amiri.css);
/* font-family: 'Amiri', serif; */

@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
/*font-family: 'Droid Arabic Naskh', serif;*/

@import url(https://fonts.googleapis.com/earlyaccess/lateef.css);
/* font-family: 'Lateef', serif; */

@import url(https://fonts.googleapis.com/earlyaccess/scheherazade.css);
/*font-family: 'Scheherazade', serif;*/

@import url(https://fonts.googleapis.com/earlyaccess/thabit.css);
/* font-family: 'Thabit', serif; */


.my_font {
    font-family: 'Amiri','serif' !important;
    font-weight:bolder!important;
    
}
.my_font_h2 {
    font-family: 'notonaskharabic-bold'!important;
    font-size:22px!important;
}

.my_font_20 {
    font-family: 'Amiri'!important;
    font-size: 20px!important;
}

.my_font_btn {
    font-family: 'notonaskharabic-bold'!important;
    font-size: 18px!important;
}
.my_font_28 {
    font-family: 'notonaskharabic-semibold'!important;
    font-size: 28px !important;
}
 
@font-face {
    font-family: 'notonaskharabic-bold';
    src: url('notonaskharabic-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'notonaskharabic-variablefont_wght';
    src: url('notonaskharabic-variablefont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'notonaskharabic-semibold';
    src: url('notonaskharabic-semibold.ttf') format('truetype');
}