wangxinhui
2025-04-29 95e39ae7aecd6e1016c71cf5ae70a680d8f569bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* @font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_c14qx7m7htb.eot');
    src: 
    url('//at.alicdn.com/t/webfont_c14qx7m7htb.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_c14qx7m7htb.woff') format('woff'), 
 
 
  }
 
.number-font{
    font-family:"webfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
} */