Problem
for text elements adjacent to icon elements, the height of the glyph does not align with the height of the icon. text elements are styled with CSS using font-size: 20px;
and have a consistent width for all their instances.
here:

for the above case, the text should have the same height as the icon.
Motivation
find a way to make the letters a little higher to occupy the available vertical space, keeping the font-size
as it is. how to do it?
What have i tried?
increase the font-size
little, but came to the conclusion that I will have to compromise the smaller icon if I canβt increase the height of the letters, thereby the problem.
source share