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

@font-face {
    font-family: dana;
    src: url('staticfonts/dana-regular.woff') format('woff');
}
@font-face {
    font-family: dana;
    src: url('staticfonts/dana-bold.woff') format('woff');
    font-weight: 700;
}

body {

    -moz-font-feature-settings: "ss02"  , "ss03";
    -webkit-font-feature-settings: "ss02"  , "ss03";
    font-feature-settings: "ss02"  , "ss03";
}
