CSS Font
You can define the font of text with the use of CSS font properties.
Ex:
h3 {font-family: times;}
h4 {font-family: courier;font-size:12px;font-weight:bold;line-height:16px}
p {font-family: arial;color:#B30000}
The Font family, size, weight and line-height are commonly used font properties in the web page.
Ex:
h3 {font-family: times;}
h4 {font-family: courier;font-size:12px;font-weight:bold;line-height:16px}
p {font-family: arial;color:#B30000}
The Font family, size, weight and line-height are commonly used font properties in the web page.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home