I've been trying to use the bootstrap-cosmo.css v3.3.7 file which contains the glyphicon -glyphicon-duplicate
.glyphicon-duplicate:before {
content: "\e224";
}
However, when I try to use it, the icon doesn't show up.
<a class="btn btn-danger btn-circle">
<i class="glyphicon glyphicon-duplicate"></i>
</a>
Any ideas on how to fix this? I'm working with .NET ASP
Other icons like glyphicon glyphicon-remove are working fine.