Created
January 3, 2017 07:04
-
-
Save likerRr/0995e22d441d3018612f8db28e64bdcc to your computer and use it in GitHub Desktop.
Usual names for `font-weight` CSS property
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// http://www.webtype.com/info/articles/fonts-weights/ | |
100 Extra Light, Ultra Light | |
200 Light or Thin | |
300 Book or Demi | |
400 Normal or Regular | |
500 Medium | |
600 Semibold, Demibold | |
700 Bold | |
800 Black, Extra Bold or Heavy | |
900 Extra Black, Fat, Poster or Ultra Black | |
// https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight | |
100 Thin (Hairline) | |
200 Extra Light (Ultra Light) | |
300 Light | |
400 Normal | |
500 Medium | |
600 Semi Bold (Demi Bold) | |
700 Bold | |
800 Extra Bold (Ultra Bold) | |
900 Black (Heavy) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment