I am currently facing an issue where I need to increase the size of my icons by 200px, but they are defaulting to 24px which is the standard for all Google Icons. Any suggestions on how to solve this?
HTML
<div class="col span-1-of-4 box">
<i class="material-icons abcd">featured_play_list</i>
<h3>BBBB BBB BBBB</h3>
<p>
XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX
</p>
</div>
CSS
.abcd{
font-size: 200px;
display: block;
color:#e67e22;
margin-bottom: 10px;
}