-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style: update heading font weights #1912
Conversation
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.
🔥 Nice approach! LGTM!
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.
Requesting changes because of the design decision to likely change fro SF Pro to Roboto. We don't know if these will remain valid
a9ab6ee
to
5b2980d
Compare
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.
Verified with design that the headings will remain *00s and body will remain *25s
469cc05
to
b7cc638
Compare
/// | ||
/// Sage font weight token utility | ||
/// | ||
/// @param {string} $key [regular] The token to retrieve | ||
/// | ||
/// @return {number} The value retrieved | ||
/// | ||
@function sage-font-weight($key: regular) { | ||
@function sage-font-weight($key: regular, $heading: false) { |
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.
🙌
Co-authored-by: Julian Skinner <[email protected]>
Co-authored-by: Julian Skinner <[email protected]>
Co-authored-by: Julian Skinner <[email protected]>
Co-authored-by: Julian Skinner <[email protected]>
Description
Headings will now use 100 based scale (100...900), where the body will now use *25 scale (125...925)
Screenshots
Body - NO CHANGE
Headings
Testing in
sage-lib
Related
https://kajabi.atlassian.net/browse/DSS-720