바우하우스 타이포그래피 (Bauhaus Typography)
바우하우스 학교(1919~1933)는 기하학적 형태, 산세리프 선호, 형태는 기능을 따른다는 원칙으로 타이포그래피에 혁명을 일으켰다.
The Bauhaus school, founded by architect Walter Gropius in Weimar, Germany in 1919 and operating until its forced closure by the Nazis in 1933, produced some of the most radical and enduringly influential ideas in the history of typography. In just fourteen years across three cities (Weimar, Dessau, Berlin), the school fundamentally changed how designers thought about letterforms, layout, and the relationship between text and visual communication.
The Bauhaus approach to typography rejected historical ornament and the decorative traditions of 19th-century printing. Influenced by Herbert Bayer, László Moholy-Nagy, and El Lissitzky, Bauhaus typography embraced geometric form, functional clarity, and the aesthetic possibilities of industrial production. The question was no longer "how do we refine tradition?" but "what does type need to be, freed from historical convention?"
Herbert Bayer's most radical proposal — the "universal" typeface (1925) — proposed eliminating capital letters entirely. Bayer argued that a single case system would simplify the alphabet, reduce learning burden, and reflect rational modernism. He also proposed a pure geometric sans-serif where every letterform was constructed from circles, straight lines, and geometric arcs. While universal was never widely adopted, its influence on geometric sans-serif design — particularly Futura, released two years later — was profound.
Bauhaus typography principles:
/* Bauhaus-influenced modern typography */
body {
font-family: 'Futura', 'Century Gothic', 'Nunito', sans-serif;
font-weight: 400;
letter-spacing: 0.05em; /* Slightly tracked, clean spacing */
line-height: 1.5;
}
/* Bold typographic hierarchy — Bauhaus favored weight contrast */
h1 {
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.2em; /* Wide tracking for headlines */
}
/* Red and black — classic Bauhaus color palette */
.accent {
color: #e63946;
}
The Bauhaus embraced asymmetric layout — a radical departure from the centered, balanced page of traditional printing. Jan Tschichold (influenced by Bauhaus though never a student) codified these ideas in "Die neue Typographie" (1928), establishing principles that read like modern web design guidelines: use sans-serif typefaces, employ dynamic asymmetric grids, let whitespace function as a compositional element, and prioritize communication efficiency over decoration.
Google Fonts with strong Bauhaus lineage include Futura-inspired geometric sans-serifs like Nunito, Josefin Sans, and Raleway. The DIN typeface family — originally German industrial standards typography — also carries Bauhaus influence in its functional rigor.
The Bauhaus legacy in web design is direct and profound. The grid-based layout systems of CSS Grid and frameworks like Bootstrap trace to Bauhaus ideas about systematic, mathematical organization of space. The preference for clean sans-serifs in UI design — from early Mac interfaces to contemporary Material Design — reflects the Bauhaus conviction that functional clarity and aesthetic quality are the same thing, not competing values. The debate about decorative versus functional typography that occupies web designers today is, in many ways, a continuation of conversations that began in Weimar in 1919.