vue项目--自定义图标

自定义图标

vender-mui-dist-css-mui.css

/*引入自定义的字体图标*/
@font-face {font-family: Muiicons;font-weight: normal;font-style: normal;
    src: url('../fonts/iconfont.ttf') format('truetype');}
/*引入自定义的样式*/
.icon-shouye1:before {content: "\e6cc";}
.icon-diamond:before {content: "\e653";}
.icon-huiyuan1:before {content: "\e60f";}
.icon-gouwucheman:before {content: "\e600";}
.icon-huiyuan:before {content: "\e61f";}
.icon-huiyuan2:before {content: "\e601";}
.icon-icon:before {content: "\e602";}

你可能感兴趣的:(vue)