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

.uni-icons {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
}

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