iconfont.css 615 Bytes
Newer Older
潘永坪's avatar
潘永坪 committed
1
@font-face {
2 3 4 5
  font-family: "iconfont"; /* Project id 2626666 */
  src: url('iconfont.woff2?t=1624355367544') format('woff2'),
       url('iconfont.woff?t=1624355367544') format('woff'),
       url('iconfont.ttf?t=1624355367544') format('truetype');
潘永坪's avatar
潘永坪 committed
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
}

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

.icon-fl-renminbi:before {
  content: "\e634";
}

.icon-im_huige:before {
  content: "\e600";
}

.icon-you:before {
  content: "\e74e";
}

28 29 30 31
.icon-tubiaolunkuo-:before {
  content: "\e602";
}