23 lines
631 B
CSS
23 lines
631 B
CSS
@font-face {
|
|
font-family: "nbd-icon"; /* Project id 5193086 */
|
|
src: url('//at.alicdn.com/t/c/font_5193086_zgg3m1cv22e.woff2?t=1781003671405') format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_5193086_zgg3m1cv22e.woff?t=1781003671405') format('woff'),
|
|
url('//at.alicdn.com/t/c/font_5193086_zgg3m1cv22e.ttf?t=1781003671405') format('truetype');
|
|
}
|
|
|
|
.nbd-icon {
|
|
font-family: "nbd-icon" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.nbd-icon-daiban:before {
|
|
content: "\e612";
|
|
}
|
|
|
|
.nbd-icon-saoyisao:before {
|
|
content: "\e891";
|
|
}
|