-
Notifications
You must be signed in to change notification settings - Fork 334
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
Remove redundant font-family rule in button #650
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.
all good but let's wait for 0.0.27 release
also does it need a changelog?
Yep, but can't do that until #648 is merged! |
Release 0.0.27 is out 💥 |
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.
Good to go 👍 (as long as changelog is updated)
Remove explicit font-family definition from the button scss. We don't need it because we get it as part of the included `govuk-font-regular` mixin which defines the font for us. This will remove a redundant duplicated font-family rule and also mean that the button will correctly fall back to the print font when printed.
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.
log
32bab4d
to
3be1344
Compare
Rebased and documented in changelog. |
Remove explicit font-family definition from the button scss. We don't need it because we get it as part of the included
govuk-font-regular
mixin which defines the font for us.This will remove a redundant duplicated font-family rule and also mean that the button will correctly fall back to the print font when printed.
Hat tip to @dashouse for spotting this 👀