Erro de icon font icomoon
Olá caros colegas, estou desenvolvendo uma aplicação utilizando ICON-FONTS porém localmente está funcionando perfeitamente, mas na web não alguém pode me ajudar por favor?
Nota estrutura que estou utilizando no css é a seguinte:
E só pra lembrar, minha aplicação tem uso também do MVC
@font-face {
font-family: 'icomoon' !important;
src:url('/fonts/icomoon.eot');
src:url('/fonts/icomoon.svg#icomoon')format('svg');
src:url('/fonts/icomoon.ttf')format('truetype');
src:url('/fonts/icomoon.woff')format('woff');
font-weight: normal;
font-style: normal;
}
[class*="icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/ Better Font Rendering =========== /
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-1:before { content: "\e600"; }
.icon-2:before { content: "\e601"; }
.icon-3:before { content: "\e602"; }
Discussão (17)
Carregando comentários...