Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

font weight numbers

/*
Thin, Hairline				100
Extra Light, Ultra Light	200
Light						300
Normal, Regular				400
Medium						500
Semi Bold, 					600
Bold						700
Extra Bold, Ultra Bold		800
Black, Heavy				900
*/

.myclass {
 font-weight: normal; /* 400 */
}

.myOtherClass {
 font-weight: 700;  /* Bold */
}

/* You can Use this List to see all the different Types */
/* Make sure you have the Font Files Downloaded and Embedded */

Press Like if you like my post :)
Source by www.bitdegree.org #
 
PREVIOUS NEXT
Tagged: #font #weight #numbers
ADD COMMENT
Topic
Name
4+4 =