iconfont.less 812 字节
Newer Older
璃白.'s avatar
璃白. 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('iconfont.ttf?t=1622541171105') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-baojiaquotation:before {
  content: "\e63a";
}

.icon-renwu:before {
  content: "\e63f";
}

.icon-youxuliebiao:before {
  content: "\e6f0";
}

.icon-bold:before {
  content: "\e678";
}

.icon-biaoge:before {
  content: "\e615";
}

.icon-lianjie:before {
  content: "\e645";
}

.icon-unorderedList:before {
  content: "\e620";
}

.icon-code:before {
  content: "\e625";
}

.icon-fullScreen:before {
  content: "\e627";
}

.icon-italic:before {
  content: "\eaef";
}

.icon-tupian:before {
  content: "\e607";
}