Can anyone help with aligning the glyph vertically to the text? Currently, it seems more like it's attached to the bottom.
Here is an example:
<a href="#">Zoom</a>
a {
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 32px;
color: #333;
text-decoration: none;
text-transform: uppercase;
}
a:before { content:"\2039"; }
Check out this jsFiddle link for reference.