src/plugins/fonticon/fonticon.css
:i[class^="fonticon-"]:before,
i[class*=" fonticon-"]:before {
font-family: fonticon !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}