2 min to read
font-size in CSS is a property used to format the size of the font.
Example
HTML
<p>Hello</p>
CSS
p { font-size: 50px; }
Result:
Hello