Points, Pixels, and Ems

Choosing the Right Unit

Compare Units

Different typography units serve different purposes. Points work for print, pixels for fixed screens, and ems/rems for responsive design. Choosing correctly ensures your type displays well across contexts.

Unit Comparison

UnitTypeBest For
pt (points)AbsolutePrint design
px (pixels)Absolute*Screen UI elements
emRelativeComponent spacing
remRelativeGlobal font scales
% (percent)RelativeFluid layouts
vw/vhRelativeViewport-based sizing

*CSS pixels are reference pixels, not physical screen pixels.

まとめ

Modern responsive design favors rem for base typography with em for component-relative spacing. Pixels work for precise control where scaling isn't needed. Points remain essential for print. 理解する each unit's behavior helps create consistent, accessible designs.

関連記事

Points, Pixels, Ems: Choosing Typography Units | YounitConverter