@font-face {
    font-family: 'fontB2B';
    src:
        url('../font/wr.ttf')
}
html { -ms-touch-action: manipulation; touch-action: manipulation;font-family: fontB2B}
body{
    font-family: fontB2B
}
#root{
    font-family: fontB2B
}
#container {
    font-family: fontB2B
}
