-
Notifications
You must be signed in to change notification settings - Fork 54
Use new font face and font family in psammead packages #318
Conversation
Please ensure this goes through a UX review |
margin: 0; | ||
padding: 2rem 0 1rem 0; | ||
font-size: 1.75em; | ||
font-weight: 500; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this have a font-weight?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spoke to Drew IRL and this matches the font-weight we have set on the font meaning it would switch to use the bold source file. Nominating @dr3 to create an issue to put these values into a package to be re-usable meaning it's less likely someone will use "faux bold" by mistake EG: font-weight: 450;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, as weve gone from Medium
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Donneee #327
Have discussed with @nataliesmart about the visual changes for the copyright and sitewidelinks, looks good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dr3 Looks great locally. You just need to resolve the package version conflict issues & I'll be happy to approve this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been reviewed by Natalie this morning :) Moving into test |
👍 |
Resolves #312
Overall change: Updates to use new font-family
Code changes:
Storybook visual regression:
Was previously using
font-weight: 700; font-family: ReithSansNewsRegular, Helvetica, Arial, sans-serif;
However due to this change it has gone to usingF_REITH_SANS_BOLD
which looks bolder. Will talk with UX about possibly not using bold