1234567891011121314151617181920212223242526272829303132 |
- @font-face {
- font-family: "dash"; /* Project id 2879659 */
- src: url('iconfont.woff2?t=1641526164246') format('woff2'),
- url('iconfont.woff?t=1641526164246') format('woff'),
- url('iconfont.ttf?t=1641526164246') format('truetype');
- }
- .dash {
- font-family: "dash" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .dash-saoyisao:before {
- content: "\e8b5";
- }
- .dash-fangdajing:before {
- content: "\e609";
- }
- .dash-chahao:before {
- content: "\e7b7";
- }
- .dash-xiugaimima:before {
- content: "\e6bf";
- }
|