Introduction:
CSS font properties enable you to change the look of your text. For
example, you can assign a font family, apply bold or italic formatting,
change the size and more.
Example:
<p style="font-family:georgia,garamond,serif;">This text is rendered in either georgia, garamond, or the default serif font (depending on which font the user's system has).</p>
0 comments :
Post a Comment