CSS font-size
Also see the full, alphabetical list of CSS properties
The CSS font-size property is used for specifying the size of your font.
Tip: Use CSS font to set the most common font properties in one go.
| Syntax: | font-size: <value> |
| Possible Values: |
Absolute Sizes:
|
| Initial Value: | medium |
| Applies to: | All elements |
| Inherited: | Yes (the computed value) |
| Media: | Visual |
| Example: |
p {font-size: x-large}
|
| Try it yourself! |
|

