﻿
@font-face {
    font-family: IRANSans;
    font-style: normal;
    src: url('./IRANSansWebCustom2.woff2') format('woff2');
}
@font-face {
    font-family: IRANEn;
    font-style: normal;
    src: url('../font/englishFonts/ARIAL.TTF') format('TTF');
}
body {
    font-family: IRANSans !important;
}

body[dir="ltr"] {
    font-family: IRANEn !important;
}