Ok,
I found this in the theme...I created my theme based in ios7 themeAny ideas how could I solve it to show the icons?
code
Globals */
/* Fonts */
@font-face {
font-family: 'iconsetIOS7';
src:url('images/iconsetIOS7.eot');
src:url('images/iconsetIOS7.eot?#iefix') format('embedded-opentype'),
url('images/iconsetIOS7.ttf') format('truetype'),
url('images/iconsetIOS7.woff') format('woff'),
url('images/iconsetIOS7.svg#iconsetIOS7') format('svg');
font-weight: normal;
font-style: normal;
}
/codeAND ALSO
code
/*************************************************************************************************************/
/** Icons overrides *************************************************************************************/
/************************************************************************************************************/
[class="ui-icon-"]:after {
font-family: 'iconsetIOS7';
speak: none;
font-size: 20px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: normal;
white-space: normal;/code