Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

font weight

font-weight: normal; /*equals font-weight: 400; */
font-weight: bold; /*eq font-weight: 700; */

font-weight: 100;
		   : 200
		   : 100n, n = 1...9

/* Relative to the parent */
font-weight: lighter;
font-weight: bolder;
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #font #weight
ADD COMMENT
Topic
Name
3+7 =