Style Object
The fontSize property sets or returns the font size of the text.
Set the fontSize property:
Return the fontSize property:
| Value | Description |
|---|---|
| xx-small x-small small medium large x-large xx-large |
Sets the size of the font to different fixed sizes, from xx-small to xx-large |
| smaller | Decreases the font-size by one relative unit |
| larger | Increases the font-size by one relative unit |
| length | Defines the font-size in length units |
| % | Sets the font-size to a % of the parent element's font size |
| inherit | The value of the fontSize property is inherited from parent element |
![]()
The fontSize property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Change the font size of the text:
Style Object
Your message has been sent to W3Schools.