CSS Fonts properties are used to design HTML element font style in the HTML web page. There are many fonts properties are used in CSS for example:
- font-size (like 20px, 30px, etc ...)
- color (like red, green, blue, etc ...)
- background-color (like red, green, blue, etc ...)
- font-weight (like 100, 200, 300, 400,..., bold)
- font-family (like Arial, etc...)
- text-aline (like center, left, right, and none)