/* Move to site folder for local dev test
@font-face {
    font-family: "WWFRegular";
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/wwf-webfont.eot');
    src: url('../fonts/wwf-webfont.svg#latobold') format('svg'),
         url('../fonts/wwf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/wwf-webfont.woff') format('woff'),
         url('../fonts/wwf-webfont.ttf') format('truetype');
}*/
@font-face {
    font-family: "WWFRegular";
    font-weight: normal;
    font-style: normal;
    src: url('fonts/wwf-webfont.eot');
    src: url('fonts/wwf-webfont.svg#latobold') format('svg'),
         url('fonts/wwf-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/wwf-webfont.woff') format('woff'),
         url('fonts/wwf-webfont.ttf') format('truetype');
}


