-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Add @font-weight-base variable #16170
Comments
Hmm, doesn't seem that necessary. What do we reset to |
For brevity: https://gist.github.com/ruiramos/f3c66ca82c872bc321b8 |
I'm unsure why we're resetting the Beyond that, I'm unsure we'd want to add any new configuration variables like this so late in v3. |
Punting on it for now. |
X-Ref: #9002 |
Hello! I was looking for this var recently and just wanted to share the use case. Essentially, the font I was using looked a little bold at the "normal" size; so, I wanted to drop the weight down. I knew that Honestly, I was relieved not to see it, having been concerned at the prospect of added complexity if it was being used broadly in Thanks |
Bootstrap resets the font properties of many of its elements (see #15925, etc), setting amongst other things the
font-weight
tonormal
(400).This makes it very hard to use a different cross site default (in my particular case, needed the default for font-weight to be 300).
Could we solve this by using a
@base-font-weight
variable instead of the hard-codednormal
value?Thanks!
The text was updated successfully, but these errors were encountered: