CSS 7
Properties Related to Fonts
1.Font-Family
The property is used to define a list of Fonts. There are two types of names used to categories
a.Family-name = Name of the font EG- times new roman , arial
b. Generic family = Generic families can best be described as group of family-names with uniformed appearances.
TAG : {font-family: value;}
2.Font-Style
A font can be displayed in different styles such as italics or normal etc.
TAG: {font-style:Italics;}
TAG : {font-family: value;}
2.Font-Style
A font can be displayed in different styles such as italics or normal etc.
TAG: {font-style:Italics;}
0 Comments