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
Safari runs a different CSS prop for rendering ligatures in fonts, specifically in our Roboto Mono font that we use for a any code text copy in the UI.
Profiles is rendered with fi snapped together
vs. how it should render Profiles
If I add this CSS prop, it'll fix the issue (as shown above)
font-variant-ligatures: no-common-ligatures;
The text was updated successfully, but these errors were encountered:
formgeist
added
bug
Fixes for quality problems that affect the customer experience
Team:APM
All issues that need APM UI Team support
labels
Feb 12, 2020
I think we could update our variables file at the very least to render Roboto Mono instead of San Francisco Mono, and then perhaps look at replacing our code font instances with possibly the EuiCodeFont variable?
Kibana version: master
Safari: 13.0.4
Summary
Safari runs a different CSS prop for rendering ligatures in fonts, specifically in our Roboto Mono font that we use for a any code text copy in the UI.
Profiles
is rendered withfi
snapped togethervs. how it should render
Profiles
If I add this CSS prop, it'll fix the issue (as shown above)
font-variant-ligatures: no-common-ligatures;
The text was updated successfully, but these errors were encountered: