@font-face {
    font-family: 'MyCustomFont';
    src: url('/fonts/IRANYekanX-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, *:not(.tim-icons):not([class^="icon-"]) {
    font-family: 'MyCustomFont', sans-serif !important;
}
