@font-face {
    font-family: "fox";
    src:local("fox"), local("fox")
     url("fonts/fox.ttf"), format("truetype"),
    url("fonts/fox.WOFF"), format('WOFF');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'freightlight';
    src: url('fonts/freightdisplight-webfont.woff2') format('woff2'),
         url('fonts/freightdisplight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'freightreg';
    src: url('fonts/freightdisplightitalic-webfont.woff2') format('woff2'),
         url('fonts/freightdisplightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
