uni-icons.css 314 字节
Newer Older
M
mehaotian 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
@font-face {
  font-family: "UniIconsLight"; 
  src: url('./uniicons.ttf') format('truetype');
}

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

.uniui-back:before {
  content: "\e600";
}