cynkra / cynkrablog

Source of the cynkra blog
https://cynkra.com/blog
0 stars 1 forks source link

fix font for body #14

Closed maelle closed 1 year ago

maelle commented 1 year ago

is it supposed to not be light @christophsax?

christophsax commented 1 year ago

It should be 'light', but what we have in cynkrablog is 'thin' (despite the naming). Light ist what we have in cynkraweb.

cynkraweb:

image

cynkrablog:

image
maelle commented 1 year ago

I'm not sure I follow... Does it mean the css rule loading the font is wrong?

christophsax commented 1 year ago

Yes, the css rule is wrong.

I think I renamed the thin font to light at pre-historic times, to save 2 seconds instead of doing it properly. The fonts you are using in cynkrablog is 'frutiger-thin', but it wrongly calls itself 'frutiger-light'. The font that is used in cynkraweb is the true 'frutiger-light', and is thicker than 'frutiger-thin'. We want to use 'frutiger-light', the same font (and CSS) as in cynkraweb.

maelle commented 1 year ago

so https://github.com/cynkra/cynkratemplate is wrong too then?

christophsax commented 1 year ago

Yes, it's wrong, too (but only for a few weeks, we changed the cynkraweb to real 'thin' lately.

maelle commented 1 year ago

Looking at the commits now https://github.com/cynkra/cynkraweb/commits/main :smile_cat:

christophsax commented 1 year ago

Now, we are using either medium or book, something thicker than on the website.

image
maelle commented 1 year ago

I changed the rules in https://github.com/cynkra/cynkrablog/blob/main/custom.scss

christophsax commented 1 year ago

Very nice!