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

body {

    -webkit-font-smoothing: antialiased;
    font-synthesis: none !important;
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}
