-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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 variable #9002
Comments
It's better to use |
Maybe you're right
|
@zdroid thats wrong, numbers are the go since there are more different numbers than keywords and sometimes the number is different than the keyword. As an example: semibold is between 500-600 light between 200-300, book between 300-400 and ultralight 50-200. but css uses fixed weights with keywords. And the problem is, if your font has a weight of 100 and 200 and you use as an example 120 css will use 200 |
I don't think we'll add variables for this. |
This would be helpful for my use case. We use licensed web fonts exclusively and only have weights of 200, 400, 600, 800, so a default font-weight of 300 doesn't make much sense. |
500 is default here. |
This would be very useful for us also, for the same reasons as @am80l. It is very helpful to be able to set the default font weight in the same way in which you can set the heading font weight. |
Headings are very specific type of textual elements, so they should have a special font weight variable. |
What is the current workaround for setting a default font weight? Do you have to change it in the bootstrap less files? I would rather not update this every time I update bootstrap. |
Locking since this issue petered out just over 1 year ago. |
Is it possible to add a
@font-family-weight
in thevariables.less
in BS3?Maybe it is useful also for every class
There are so many times I want to use different weight such as 300
Thanks!
The text was updated successfully, but these errors were encountered: