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
At the moment ligatures are enabled on the jobTitle element which causes rendering issues in the case of words like Financial as in the case of Patrick Hosking.
Adding CSS font-variant-ligatures: none
on web fixes the issue
The text was updated successfully, but these errors were encountered:
times-components/packages/author-profile/src/styles/shared.js
Line 61 in 740b465
At the moment ligatures are enabled on the jobTitle element which causes rendering issues in the case of words like
Financial
as in the case of Patrick Hosking.Adding CSS
font-variant-ligatures: none
on web fixes the issue
The text was updated successfully, but these errors were encountered: