CSS font-size
Published Jun 29, 2021Updated Sep 3, 2021
Contribute to Docs
The font-size property sets text size. Font size values can be in many different units like absolute lengths and relative lengths.
Syntax
font-size: <font-size-value>;
Absolute lengths can be the following:
pxinmmcmptpc
Relative lengths can be the following:
%emremchexvhvwvmaxvmin
Example 1
Set the p tag to 16px:
p {font-size: 16px;}
Example 2
Set the p tag to 2em:
html {font-size: 16px;}p {font-size: 2em;}
Contribute to Docs
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.
Learn CSS on Codecademy
- Front-end engineers work closely with designers to make websites beautiful, functional, and fast.
- Includes 34 Courses
- With Professional Certification
- Beginner Friendly.115 hours
- In this CSS tutorial, you’ll learn how to add CSS to visually transform HTML into eye-catching sites.
- Beginner Friendly.6 hours