CSS Font Properties
-
font-size
sets the font size. See Different size representation in CSS -
color
sets font color of the element. -
font-family
can be used to set the font family of element. You can use system fonts or import fonts from google fonts or local ttf files. -
text-decoraion
can be used to make strike-through and underline styles.