Free Alternatives to Carrosserie

About Carrosserie
- Foundry
- Letterwerk
- Classification
- display
- Style
- art-deco
Carrosserie is an Art Deco-inspired display typeface designed by Fabian Widmer and published by Letterwerk, a type studio based between Zurich and Berlin. The design takes its name and visual inspiration from the facade lettering of Ad. Ditting Carrosserie, a 1930s auto body shop in Zurich, translating architectural lettering into a functional digital typeface.
History and Design
Fabian Widmer discovered the original lettering on the facade of the Ad. Ditting Carrosserie workshop in Zurich and was struck by its bold geometric beauty. The letterforms embodied the Art Deco sensibility of the 1930s — confident geometric construction, decorative flair, and the kind of architectural presence that defined the visual culture of the interwar period.
Carrosserie is an all-caps typeface, reflecting its origins in architectural signage where uppercase letters dominated. The family spans seven weights from Thin to Fat, providing substantial range for display compositions while maintaining the bold geometric character that defines the design.
Technical Characteristics
- Caps-only design: Uppercase letterforms with alternate characters and special symbols
- Art Deco geometry: Bold, confident forms inspired by 1930s architectural lettering
- Seven weight range: Thin through Fat for diverse display applications
- Architectural origins: Letterforms derived from actual building facade signage
- Decorative details: Period-appropriate ornamental elements within geometric framework
Use Cases
Carrosserie excels in display and branding contexts:
- Restaurant and bar branding: Period-appropriate identity for hospitality venues
- Packaging design: Art Deco-inspired product branding for premium goods
- Poster and event graphics: Bold display type for cultural and entertainment promotion
- Architectural signage: Environmental graphics inspired by historical building lettering
- Vintage and retro branding: Authentic 1930s aesthetic for heritage-conscious brands
Is Carrosserie on Google Fonts?
No, Carrosserie is a premium font from Letterwerk and is not available on Google Fonts.
The closest Google Fonts alternative is Bebas Neue with 64% similarity. Get it free on Google Fonts ↗
Free Alternatives (3)
All-caps display face with similar bold headline presence
Condensed display sans with comparable vertical authority
Bold condensed display with similar strong headline character
See where Carrosserie is used in the wild and swap to free alternatives live.
Install FontSwap →Performance Guide
Production performance metrics for each alternative.
How to Use Bebas Neue
Copy these code snippets to quickly add Bebas Neue to your project.
CSS code for Bebas Neue
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@400&display=swap'); HTML code for Bebas Neue
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@400&display=swap" rel="stylesheet"> Tailwind code for Bebas Neue
// tailwind.config.js
module.exports = {
theme: {
extend: {
fontFamily: {
'bebas-neue': ['"Bebas Neue"', 'sans-serif'],
},
},
},
}
// Usage in HTML:
// <p class="font-bebas-neue">Your text here</p> Next.js code for Bebas Neue
// Using next/font (Next.js 13+)
import { Bebas_Neue } from 'next/font/google';
const bebas_neue = Bebas_Neue({
subsets: ['latin'],
weight: ['400'],
});
export default function Component() {
return (
<p className={bebas_neue.className}>
Your text here
</p>
);
}
// Or using inline styles with Google Fonts link:
// <p style={{ fontFamily: '"Bebas Neue"' }}>Your text</p> Expo and React Native code for Bebas Neue
// Install: npx expo install @expo-google-fonts/bebas-neue expo-font
import { useFonts, Bebas_Neue_400Regular } from '@expo-google-fonts/bebas-neue';
export default function App() {
const [fontsLoaded] = useFonts({
Bebas_Neue_400Regular,
});
if (!fontsLoaded) return null;
return (
<Text style={{ fontFamily: 'Bebas_Neue_400Regular' }}>
Your text here
</Text>
);
} Recommended Font Pairings
These free fonts pair well with Bebas Neue Carrosserie for headlines, body text, or accent use.
Browse Alternatives by Context
Find Carrosserie alternatives filtered by specific use case, style, or language support.
By Use Case
By Style
By Script
Frequently Asked Questions
What is the best free alternative to Carrosserie?
Bebas Neue is the best free alternative to Carrosserie with a FontAlternatives similarity score of 64%. It shares similar proportions and characteristics while being available under the OFL-1.1 license for both personal and commercial use at no cost.
Is there a free version of Carrosserie?
There is no official free version of Carrosserie. However, Bebas Neue is available under the OFL-1.1 open-source license and achieves a FontAlternatives similarity score of 64%. It includes 1 weights and supports latin, latin-extended.
What Google Font looks like Carrosserie?
The Google Fonts most similar to Carrosserie are Bebas Neue, Oswald, Fjalla One. Among these alternatives, Bebas Neue offers the closest match with a FontAlternatives similarity score of 64% and includes 1 weights for design flexibility.
Can I use Bebas Neue commercially?
Yes, Bebas Neue can be used commercially. It is licensed under OFL-1.1, which allows free use in websites, applications, print materials, and commercial projects without purchasing a license or paying royalties.
Is Bebas Neue similar enough to Carrosserie?
Bebas Neue achieves a FontAlternatives similarity score of 64% compared to Carrosserie. While not identical, it offers comparable letterforms, proportions, and visual style. Most designers find it works excellently as a substitute in web and print projects.
What are the main differences between Carrosserie and its free alternatives?
Free alternatives to Carrosserie may differ in subtle details like letter spacing, curve refinements, and available weights. Premium fonts typically include more OpenType features, extended language support, and optimized screen rendering. However, for most projects, these differences are negligible.
Where can I download free alternatives to Carrosserie?
Download Bebas Neue directly from Google Fonts. Click the "Get Font" button on any alternative listed above to visit the official download page. Google Fonts also provides convenient embed codes for seamless web integration.