无法使用icomoon图标

时间:2015-12-15 14:20:08

标签: css icons font-awesome uicontrol

我使用icomoon作为图标但是没有出现一些图标。这是我的问题。

problem

而不是数字3图标,应显示数字4图标,但我无法执行此操作。我正在使用 .ico-number4 类。这是我的代码。

.icon-number:before {
    content: "\e600";
}
.icon-number2:before {
    content: "\e601";
}
.icon-number3:before {
    content: "\e602";
}
.icon-number4:before {
    content: "\e603";
}
.icon-number5:before {
    content: "\e604";
}
.icon-number6:before {
    content: "\e605";
}
.icon-number7:before{
    content: "\e607";
}

0 个答案:

没有答案