Skip to content

Instantly share code, notes, and snippets.

@likerRr
Created January 3, 2017 07:04
Show Gist options
  • Save likerRr/0995e22d441d3018612f8db28e64bdcc to your computer and use it in GitHub Desktop.
Save likerRr/0995e22d441d3018612f8db28e64bdcc to your computer and use it in GitHub Desktop.
Usual names for `font-weight` CSS property
// 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