Browse
Explore the dictionary by design domain and category. Pick a group to list every curated term it holds.
Graphic design
UI / UX
Typography · UI / UX
7 terms
- flash of unstyled text
The brief moment when a web page shows text in a fallback font before the intended web font finishes loading and swaps in, causing a visible change in the type.
- font stack
The ordered list of fonts a website tells the browser to use, from the preferred one down to safe fallbacks. If the first font isn't available, the browser tries the next.
- line clamp
A technique that limits a block of text to a set number of lines and hides the rest, usually adding an ellipsis, so items like cards stay the same height.
- measure
The width of a block of text, judged by how many characters fit on one line. A comfortable measure (often around 45–75 characters) keeps reading easy; lines that are too wide or too narrow tire the eye.
- monospaced font
A font in which every character takes up the same horizontal space, so letters and numbers line up vertically. It's the classic look of code editors and terminals.
- tabular figures
A number style where every digit takes up the same width, so figures line up neatly in columns and don't shift sideways as the values change.
- variable font
A single font file that can smoothly adjust qualities like weight, width, or slant, instead of needing a separate file for each style. This lets an interface offer many text looks while downloading less.