Free Alternatives to Self Modern
About Self Modern
- Foundry
- Bretagne
- Classification
- serif
- Style
- contemporary
Self Modern is a contemporary serif from Bretagne Type Foundry, designed by Lucas Le Bihan. Influenced by Japanese Mincho letterform traditions, it brings an unusual rational precision to the serif genre — geometric serifs, strict construction, and a confident personality that defies easy categorization.
Design Characteristics
Self Modern's Mincho-inspired approach produces distinctive horizontal stress and geometric serif terminals. The result is a typeface that feels simultaneously modern and rooted in tradition, with a precision that references both Swiss rationalism and Japanese typographic craft.
Where Self Modern Excels
- Cultural institutions: Museums, galleries, art publications
- Fashion branding: High-end editorial, lookbooks, brand identity
- Architecture: Studio branding, project documentation
- Independent publishing: Literary journals, art books, zines
FAQ
What makes Self Modern different from other serif fonts?
Its Japanese Mincho influence gives it a distinctive horizontal stress and geometric precision rare in Western serif design. It's more structured and rational than traditional Garamond-style serifs.
Is Self Modern on Google Fonts?
No, Self Modern is a premium font from Bretagne and is not available on Google Fonts.
The closest Google Fonts alternative is Noto Serif with 68% similarity. Get it free on Google Fonts ↗
Free Alternatives (3)
Strong-character serif with broad language support
See where Self Modern is used in the wild and swap to free alternatives live.
Install FontSwap →Performance Guide
Production performance metrics for each alternative.
How to Use Noto Serif
Copy these code snippets to quickly add Noto Serif to your project.
CSS code for Noto Serif
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100..900&display=swap'); HTML code for Noto Serif
<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=Noto+Serif:wght@100..900&display=swap" rel="stylesheet"> Tailwind code for Noto Serif
// tailwind.config.js
module.exports = {
theme: {
extend: {
fontFamily: {
'noto-serif': ['"Noto Serif"', 'sans-serif'],
},
},
},
}
// Usage in HTML:
// <p class="font-noto-serif">Your text here</p> Next.js code for Noto Serif
// Using next/font (Next.js 13+)
import { Noto_Serif } from 'next/font/google';
const noto_serif = Noto_Serif({
subsets: ['latin'],
weight: ['100', '200', '300', '400', '500', '600', '700', '800', '900'],
});
export default function Component() {
return (
<p className={noto_serif.className}>
Your text here
</p>
);
}
// Or using inline styles with Google Fonts link:
// <p style={{ fontFamily: '"Noto Serif"' }}>Your text</p> Expo and React Native code for Noto Serif
// Install: npx expo install @expo-google-fonts/noto-serif expo-font
import { useFonts, Noto_Serif_400Regular } from '@expo-google-fonts/noto-serif';
export default function App() {
const [fontsLoaded] = useFonts({
Noto_Serif_400Regular,
});
if (!fontsLoaded) return null;
return (
<Text style={{ fontFamily: 'Noto_Serif_400Regular' }}>
Your text here
</Text>
);
} Browse Alternatives by Context
Find Self Modern 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 Self Modern?
Noto Serif is the best free alternative to Self Modern with a FontAlternatives similarity score of 68%. 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 Self Modern?
There is no official free version of Self Modern. However, Noto Serif is available under the OFL-1.1 open-source license and achieves a FontAlternatives similarity score of 68%. It includes variable weights and supports latin, latin-extended.
What Google Font looks like Self Modern?
The Google Fonts most similar to Self Modern are Noto Serif, Crimson Pro, Literata. Among these alternatives, Noto Serif offers the closest match with a FontAlternatives similarity score of 68% and includes variable weights for flexible typography options.
Can I use Noto Serif commercially?
Yes, Noto Serif 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 Noto Serif similar enough to Self Modern?
Noto Serif achieves a FontAlternatives similarity score of 68% compared to Self Modern. 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 Self Modern and its free alternatives?
Free alternatives to Self Modern 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 Self Modern?
Download Noto Serif 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.