zhangjian
2023-06-05 0976d2d0f90cff460cedfdc8bd74e98c2c31a58c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@font-face {
    font-family: 'anchorjs-extras';
    src:url('anchorjs-extras.eot?-qcq09q');
    src:url('anchorjs-extras.eot?#iefix-qcq09q') format('embedded-opentype'),
        url('anchorjs-extras.woff?-qcq09q') format('woff'),
        url('anchorjs-extras.ttf?-qcq09q') format('truetype'),
        url('anchorjs-extras.svg?-qcq09q#anchorjs-extras') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
[class^="ajs-"], [class*=" ajs-"] {
    font-family: 'anchorjs-extras';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
 
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}