Skip to content
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

font-weight: (CSS3) Which browsers support numeric weights (200, 300) as opposed to simply "bol... #1420

Closed
Fyrd opened this issue May 12, 2015 · 3 comments

Comments

@Fyrd
Copy link
Owner

Fyrd commented May 12, 2015

font-weight: (CSS3) Which browsers support numeric weights (200, 300) as opposed to simply "bold" and "normal"?


This issue was imported from Google Moderator

Moderator votes: +4
Issue added by Diodeus on 2012-03-28
To vote this issue up or down, simply include +1 or -1 in your comment.

@pkuczynski
Copy link
Contributor

Seems like all browsers support font weights as both numeric and dictionary from their early versions (https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight), so I would close this issue as invalid...

@b9chris
Copy link

b9chris commented Jul 16, 2015

Not true; not only will some browsers only display the Regular/Normal version (400 equivalent) or Bold version (700 equivalent) of a font even though you asked for a different thickness number (like 100), many also don't support specifying multiple font files for different font-weights of a given font-family. The support is in fact complex.

A discussion of browser bugs relating to this issue and one workaround frequently employed to cope with it here:

http://www.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/

@Fyrd
Copy link
Owner Author

Fyrd commented Sep 19, 2019

Now available at https://caniuse.com/#feat=mdn-css_properties_font-weight_number

@Fyrd Fyrd closed this as completed Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants