﻿@font-face {
    font-family: myfont1;
    src: url('../fonts/DroidKufi-Regular.ttf')
}

@font-face {
    font-family: myfont2;
    src: url('../fonts/DroidKufi-Regular.ttf')
}

@font-face {
    font-family: myfont3;
    src: url('../fonts/jazeera_light.ttf')
}

@font-face {
    font-family: myfont4;
    src: url('../fonts/DroidKufi-Regular.ttf')
}
@font-face {
    font-family: 'english';
    src: url('../fonts/Eng1.otf') format('truetype');
}
@font-face {
    font-family: 'english1';
    src: url('../fonts/Proza-Regular.otf')
}
@font-face {
    font-family: 'english2';
    src: url('../fonts/GE_SS_Two_Light.otf')
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Neue-W23-for-SKY-Reg (1).ttf') format('truetype');
}
@font-face {
    font-family: 'code128';
    src: url('fonts/code128.ttf') format('truetype');
}



html, body {
    font-family: Helvetica !important;
    font-size: 12pt
}
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica !important
}
table.dataTable > thead > tr > td:not(.sorting_disabled), table.dataTable > thead > tr > th:not(.sorting_disabled) {
    padding-left: 7px;
}

