Icons Not Showing In IOS Device – Solution

Icons Not Showing In IOS Device – Solution

Table of Contents

HTML

<span class="icon-file-music"></span>

CSS

.icon-file-music:before {
  content: "\e928";
}

 

CSS Solution 

use height, width, and line-height

.icon-file-music:before {
  height: 20px;
  font-size: 20px;
  line-height: 20px;
 }

 

 

Leave a Comment

Your email address will not be published. Required fields are marked *

No data found.