Created attachment 514 [details] wishlist Some font-weight are wrong in the wishlist module. Also the empty part of the progress bar has the wrong color. See attachment.
Created attachment 519 [details] font-weight
Progress bar fixed. Thanks! But something is strange with the font-weight. Maybe that's a general issue. Can you please check this? I compared Ubuntu-Regular 16px on dev.ipfire.org and on fonts.google.com. Please have a look at the attached JPG 'font-weight.jpg'. It should look like as the bottom one.
modified basic font-weight to light(300).
But it should not be light (300). The screenshot (https://bugzilla.ipfire.org/attachment.cgi?id=519) shows regular (400) in both cases. Top = dev.ipfire.org; bottom = fonts.google.com. Why does the same font renders different on 2 pages viewed with the same browser?
I found the error. On the Google site -webkit-font-smoothing: antialiased; is active, on the ipfire that part is missing. I'm on the road until tomorrow evening as soon as I'm back I will add the missing CSS part.
added font-smoothing and modified font-weight.
Awesome. Thanks for fixing.