Popular font size units px, rem and em.
When it comes to setting font sizes in CSS, there are a few different units that you can use. The three most popular units are:
px (pixels)
em (ems)
rem (root ems)
Browser default base font size 16px.
Pixels (px)
Pixels are the most basic unit o...
binay.hashnode.dev5 min read