-
Notifications
You must be signed in to change notification settings - Fork 26
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
Bug: ExpandCollapse component should use font-family: roboto #888
Comments
Hope you don't mind me tackling this one! I was able to replicate and implement a fix in the mentioned PR. |
This is related to not having a css reset (#18) since the button is inheriting whatever is set via the user agent stylesheet. |
Let's add |
Correct me if I am wrong but wouldn't adding a CSS reset make the buttons also inherit |
We want to add a css reset eventually, but for now we're going to override the font-family/weight for just buttons. |
Makes sense! Added it. |
Steps to reproduce
https://cauldron.dequelabs.com/components/ExpandCollapsePanel is not forcing all font within it to be
font-family: roboto
Expected Behavior
All font should be
font-family: roboto
Actual Behavior
It is not the right font
Version
I dunno
What browsers are you experiencing the problem on?
No response
Relevant log output
No response
Anything else we should know?
Additional information
The text was updated successfully, but these errors were encountered: