﻿
@font-face {
    font-family: myFont1;
    src: url('font/GE_SS_Two_Bold.otf')
}

@font-face {
    font-family: myFont2;
    src: url('font/DroidKufi-Regular.ttf')
}
@font-face {
    font-family: myFont3;
    src: url('font/DroidNaskh-Bold.ttf')
}

body {
    
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    /*line-height: 1.471*/
}
h1, h2, h3, h4, h5, h6, body, span, li, a, button, textarea, input, div, option {
   
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif  !important;
     
    font-weight: bold;
    /*line-height: 1.471;*/
    /*font-family:myFont2 !important;*/
}
 li > a { 
        font-size: 16px; 
        padding: 9px;
    }

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}
