﻿/* این کد باید در فایل fonts.css باشد، نه در فایل .cs */
@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSansWeb.woff2') format('woff2'), url('/fonts/IRANSansWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, button, input, textarea, select, a, h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANSans', sans-serif !important;
}
