Bug 11335

Summary: Wishlist issues
Product: Infrastructure Reporter: Maurice Gesswein <maurice.gesswein>
Component: Web SiteAssignee: Sven Hoehn <shoehn>
Status: CLOSED FIXED QA Contact: Michael Tremer <michael.tremer>
Severity: - Unknown -    
Priority: - Unknown - CC: shoehn
Version: unspecified   
Hardware: unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 11314    
Attachments: wishlist
font-weight

Description Maurice Gesswein 2017-05-02 21:46:58 UTC
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.
Comment 1 Maurice Gesswein 2017-05-07 20:53:35 UTC
Created attachment 519 [details]
font-weight
Comment 2 Maurice Gesswein 2017-05-07 20:54:21 UTC
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.
Comment 3 Sven Hoehn 2017-05-08 15:44:15 UTC
modified basic font-weight to light(300).
Comment 4 Maurice Gesswein 2017-05-08 23:26:57 UTC
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?
Comment 5 Sven Hoehn 2017-05-09 15:56:26 UTC
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.
Comment 6 Sven Hoehn 2017-05-11 08:17:54 UTC
added font-smoothing and modified font-weight.
Comment 7 Maurice Gesswein 2017-05-15 20:46:43 UTC
Awesome. Thanks for fixing.