@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb.woff2') format('woff2'),
         url('fonts/IRANSansWeb.woff') format('woff'),
         url('fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body, body *:not(i):not(.dashicons):not(.material-icons) {
    font-family: 'IRANSansWeb', Tahoma, Arial, sans-serif !important;
}