eva-icons icon indicating copy to clipboard operation
eva-icons copied to clipboard

Incorrect Baseline

Open cloewen8 opened this issue 4 years ago • 0 comments

The baseline of these icons seems inconsistent to other font families. I am inexperienced working with fonts, are they designed to align with something else or does the ttf and woff2 versions not support an offset baseline?

image

This is causing the icons to look out of place.

image

As a temporary fix, I've added:

eva {
    vertical-align: -0.133333em;
}

image

Although this works temporarily. I can't be sure it will look good on a high density display, and it does not account for any fonts that need a different baseline.

cloewen8 avatar May 13 '20 09:05 cloewen8