@font-face {
    font-family: 'IRANYekanXVF';
    src: url('IRANYekanXVF.woff') format('woff-variations'),
        /* will be the standard and works in Safari now */
    url('IRANYekanXVF.woff') format('woff');
    /* for the other supporting browsers */
    src: url('IRANYekanXVF.woff2') format('woff2-variations'),
        /* will be the standard and works in Safari now */
    url('IRANYekanXVF.woff2') format('woff2');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
}

body {
    font-variation-settings: "dots" 1;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none !important;
    -moz-font-feature-settings: "ss02"  , "ss03";
    -webkit-font-feature-settings: "ss02"  , "ss03";
    font-feature-settings: "ss02"  , "ss03";
}
