Google Fonts, without Google
Download and manage Google Fonts locally for improved performance, privacy, and reliability in your web projects.
Take control of your web fonts with these powerful features
Get started with just a few lines of configuration
{
"fonts": [
{
"family": "Inter",
"weights": ["400", "500", "600", "700"],
"subsets": ["latin"],
"display": "swap"
},
{
"family": "JetBrains Mono",
"weights": ["400", "500"],
"subsets": ["latin"],
"display": "swap"
}
],
"outputDir": "public/fonts"
}@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/fonts/inter-400.woff2')
format('woff2');
}
.font-inter {
font-family: 'Inter', sans-serif;
}
.font-mono {
font-family: 'JetBrains Mono', monospace;
}Follow these simple steps to integrate FontCache into your project
FontCache creates a clean, organized folder structure for your fonts
FontCache is open source and welcomes contributions from the community. Help us improve the tool for everyone.
View on GitHubFontCache is released under the MIT License. Free to use in personal and commercial projects.
MIT License