Fixed Size
A fixed-size declaration is one that tries to specify the absolute size of text in a measurable unit.
The most commonly used are:
- pixels (
px
) - points (
pt
)
A default size for much print-based text content is 12pt. This is roughly equivalent to 16px. These values also tend to be the starting default for most browsers to display text.
- Previous
- Next