@font-face {
    font-family: zhong_font;
    src: url() format("truetype")
}

@font-face {
    font-family: count_font;
    src: url(https://ohvfx.com/zjpk1/font/fxled.TTF) format("truetype")
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif, zhong_font, count_font;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin-top: 100px
}

