Points, Pixels, y Ems

Choosing el/la Right Unidad

Compare Units

Different typography unidades serve diferente purposes. Points trabajar for print, pixels for fixed screens, y ems/rems for responsive design. Choosing correctly ensures tu type muestra well across contexts.

Unidad Comparison

UnidadTypeBest 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 son referencia pixels, not physical screen pixels.

Conclusion

Modern responsive design favors rem for base typography with em for component-relative spacing. Pixels trabajar for preciso control donde scaling isn't needed. Points remain esencial for print. Understanding cada unidad's behavior helps create consistent, accessible designs.

Articulos relacionados

Points, Pixels, Ems: Choosing Typography Units | YounitConverter