jadu / pulsar

The User Experience and Interface framework by Jadu.
https://jadu.github.io/pulsar
MIT License
24 stars 6 forks source link

Blurred text in XFP/CMS sidebar - Jadu Central 2.2.2 - Edge #1526

Open mmodha opened 8 months ago

mmodha commented 8 months ago

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. image (2)

https://jadusupport.q.jadu.net/q/case/SUP030694/timeline

Stanton commented 4 months ago

https://gitlab.hq.jadu.net/cmp/1-12/-/merge_requests/3815