Classification

Néo-grotesque

Style sans empattement raffiné des années 1950, aux foulées uniformes et à l'apparence neutre. Le style dominant dans la conception d'interfaces modernes.

Neo-grotesque typefaces represent the refinement and rationalization of 19th-century grotesque sans-serifs into something more systematic, neutral, and internationally adaptable. The category emerged in the 1950s and 1960s, most famously with Helvetica (1957) and Univers (1957), as designers sought a sans-serif vocabulary free from the roughness of Victorian grotesques and the mathematical rigidity of geometric constructions.

The defining qualities of neo-grotesque typefaces are uniformity of stroke weight, minimal stroke contrast, closed apertures on letters like 'c' and 'e', and a general suppression of humanist irregularity. The goal was typographic neutrality — letterforms that carry content without imposing personality. This philosophy made neo-grotesques the dominant typefaces of international corporate design for decades.

The apparent neutrality of neo-grotesques is somewhat illusory — these typefaces do convey a distinct personality of precision, authority, and modernity. What they avoid is the warm irregularity of humanist designs or the geometric abstraction of typefaces like Futura. They occupy a productive middle ground: structured but not cold, neutral but not blank.

/* Classic neo-grotesque setup */
body {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
}

/* Neo-grotesques excel in UI contexts */
.navigation {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: 0; /* These fonts are optically calibrated — trust the defaults */
}

/* The condensed variants work powerfully in data-dense UIs */
.data-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

On Google Fonts, Inter is the dominant neo-grotesque for digital interfaces — designed specifically for screens with meticulous attention to metrics at common UI sizes. Roboto occupies similar territory and remains one of the most widely used typefaces on the web. Barlow extends the category with excellent condensed variants ideal for data-dense interfaces.

Neo-grotesques tend to struggle with long-form reading at body text sizes — their uniformity, which creates such clean visual hierarchies, can make extended text feel monotonous. For this reason, thoughtful type systems often pair a neo-grotesque for UI chrome and headings with a humanist or old-style serif for body text.

Related Terms

Fonts That Illustrate This Concept

Learn More