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
Noticed that the siderbar text in the back end is looking slightly blurred
On Edge using a Windows 7 virtual machine the issue is that the core CSS is assigning the font to ‘"proxima_nova_rgregular","Helvetica Neue","Helvetica","Arial",sans-serif' but then giving it a weight of bold. I can’t actually find the font file to check but I’m 99% certain that Chrome is going ‘I can’t make that font bold as it’s regular so I won’t' whereas Edge is going ‘I’m going to try and make it bold’ which results in the blurring. This is a core issue that will need investigating and fixing but should be as simple as either removing the font-weight bold property or adding a bold proxima nova.
Noticed that the siderbar text in the back end is looking slightly blurred
On Edge using a Windows 7 virtual machine the issue is that the core CSS is assigning the font to ‘"proxima_nova_rgregular","Helvetica Neue","Helvetica","Arial",sans-serif' but then giving it a weight of bold. I can’t actually find the font file to check but I’m 99% certain that Chrome is going ‘I can’t make that font bold as it’s regular so I won’t' whereas Edge is going ‘I’m going to try and make it bold’ which results in the blurring. This is a core issue that will need investigating and fixing but should be as simple as either removing the font-weight bold property or adding a bold proxima nova.
https://jadusupport.q.jadu.net/q/case/SUP030694/timeline
The text was updated successfully, but these errors were encountered: