Hi cynthia.lovely,
You have changed the font fomaily, so your phone icon is not displaying.
Yes in mobile device we have made it hidden. If you want to display in mobile device then
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.info-bar .info ul li:before {
font-family: 'Genericons';
}
@media only screen and (max-width: 767px){
#branding .info-bar {
display: block;
}
}
Thank you!