图标
.el-button .iconadd {
width: 12px;
height: 12px;
background: url(../assets/img/add.png) no-repeat;
background-size: 100% 100%;
字体
@font-face {
font-family: "Furore";
src: url("./fonts/Furore/Furore-webfont.woff2") format("woff2"),
url("./fonts/Furore/Furore-webfont.woff") format("woff"),
url("./fonts/Furore/Furore-webfont.ttf") format("truetype"),
url("./fonts/Furore/Furore-webfont.eot") format("embedded-opentype"),
url("./fonts/Furore/Furore-webfont.svg") format("svg");
font-weight: normal;
font-style: normal;
}
.iconfont {
font-family: "font_family" !important;
font-size: 16px;
font-style: normal;
}
}