Currently, I am experimenting with the dot HTML character to create icons in different colors. However, I am encountering an issue with the line-height property. It appears that the line-height setting only affects the placement of the top part of the character. Despite setting line-height to match the standard font size of the text, I am unable to align the dot icon appropriately with regular text.
HTML
<div>
<b>Legend:</b>
<span class="dotib">•</span>
</div>
CSS
.dotib{font-size: 36pt; line-height: 12pt;}
I am wondering if there is a more effective method to get the desired behavior from this dot icon?
For reference, you can view the code in this jsFiddle link: http://jsfiddle.net/TzFff/