Home → References → CSS Properties →
CSS Property: font-size
Specifies the size of a font in a box.
HTML Dog is hosted by Titan Internet
Possible Values
inherit- [percentage]
- [length]
largersmallerxx-smallx-smallsmallmedium(default)largex-largexx-large
Example
body {
font-family: arial, Helvetica, sans-serif;
font-size: 80%;
}
h1 { font-size: 1.5em; }

