Table of Contents

CSS - Point (pt or pts) unit

About

Point (pt or pts) is a length unit commonly used in the print industry to get device pixel perfect mapping.

It's then commonly used with the print media.

Conversion

Example

With a print media and the font-size

@media print {
    body { font-size: 10pt }
}