How to change font size with CSS
If you need to change the font size in WordPress with CSS use this snippet…
font-size: 28px;
This would change the size to 28px. Font sizes can be set with px or other values like percentage, em, pt, etc.
Written by: Michael from Beginnrtuts.com 07-09-2022 Written in: CSS tutorials