@font-face {
    font-family: 'lucida_sans_unicoderegular';
    src: url('../Polices/lsansuni-webfont.woff2') format('woff2'),
         url('../Polices/lsansuni-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

Body {
    font-family: lucida_sans_unicoderegular !Important;
}