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