webcompat / web-bugs

A place to report bugs on websites.
https://webcompat.com
Mozilla Public License 2.0
742 stars 65 forks source link

www.lazada.com - Article titles are displayed bolder #105596

Open softvision-oana-arbuzov opened 2 years ago

softvision-oana-arbuzov commented 2 years ago

URL: https://www.lazada.com/en/press-release/

Browser / Version: Firefox 103.0 Operating System: Windows 10 Tested Another Browser: Yes Chrome

Problem type: Something else Description: Article titles are displayed bolder Steps to Reproduce:

  1. Navigate to https://www.lazada.com/en/press-release/
  2. Observe the article titles.

Expected Behavior: Titles are simply bold.

Actual Behavior: Titles are stronger bold.

Notes:

  1. Screenshot attached.
  2. The issue is not reproducible on Chrome.

Affected area:

<b>Digital Commerce Will Continue To Be A Resilient Driver Of Retail Growth In Q2 2022</b>
element {
}
b, strong {
  font-weight: bolder;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.job-text-dark {
  color: #0F146D;
  letter-spacing: 0;
}
.job-text-sm {
  font-size: 18px;
  line-height: 22px;
}
.job-semi-bold {
  text-align: left;
  font-family: ProximaNova-Semibold;
  letter-spacing: 0;
}

Watchers: @softvision-oana-arbuzov @softvision-raul-bucata

View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

wisniewskit commented 2 years ago

I'm not seeing Firefox picking a different font or weight on my macbook, or any webkit CSS that might change things. Firefox and Chrome are picking ProximaNova Semibold at weight 700, and it doesn't look appreciably different to me.

I'll try on Windows 10 ASAP, but in the meantime @softvision-oana-arbuzov could you confirm if Firefox and Chrome are choosing the same fonts for you now, and if not, which fonts are being picked? I have put some info on how to quickly check in this comment on a similar issue.

softvision-oana-arbuzov commented 2 years ago

@wisniewskit the font used by Firefox is ProximaNova-Semibold with the weight:700, and so is Chrome, but the difference is visible between them on Windows.

Firefox Nighthly: image

Chrome: image

[inv_36/2022]