13 lines
216 B
CSS
13 lines
216 B
CSS
|
|
@font-face {
|
||
|
|
font-family: uniicons;
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
src: url('~@/static/uni.ttf') format('truetype');
|
||
|
|
}
|
||
|
|
.iconfont{
|
||
|
|
font-family: uni;
|
||
|
|
text-decoration: none;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|