You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
This is causing the icons to look out of place.
As a temporary fix, I've added:
eva {
vertical-align: -0.133333em;
}
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.
The text was updated successfully, but these errors were encountered:
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?
This is causing the icons to look out of place.
As a temporary fix, I've added:
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.
The text was updated successfully, but these errors were encountered: