This code snippet utilizes an icon font, which can be found at the beginning of custom2.css:
@font-face {
font-family: 'entypo-selected';
src: url("../font/entypo-selected.eot");
src: url("../font/entypo-selected.eot?#iefix") format('embedded-opentype'), url("../font/entypo-selected.woff") format('woff'), url("../font/entypo-selected.ttf") format('truetype'), url("../font/entypo-selected.svg#entypo-selected") format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: 'entypo-selected';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
line-height: 1em;
}
.icon-eye:before { content: '\56'; } /* 'V' */