A contemporary grotesque superfamily designed by Alfredo Marco Pradil for Creative Sauce.
Open Sauce Fonts is a versatile type family optimized for digital interfaces, branding, and editorial design. The family comprises three distinct variants—each with unique optical characteristics while maintaining visual consistency across weights and styles.
| Family | Description | Characteristics |
|---|---|---|
| Open Sauce Sans | Standard grotesque with ink traps | Optimized for UI, display text |
| Open Sauce One | Clean grotesque without ink traps | Neutral, editorial-appropriate |
| Open Sauce Two | Rounded variant | Soft, approachable aesthetic |
- 7 weights: Light (300), Regular (400), Medium (500), SemiBold (600), Bold (700), ExtraBold (800), Black (900)
- 2 styles per weight: Upright and Italic
- Total: 42 font files per format (36 unique styles × 2 formats)
- OTF (OpenType CFF): Desktop publishing, print
- TTF (TrueType): Web, digital distribution
- 358 glyphs per font
- Extended Latin character set
- Full punctuation and symbol support
Standard features included:
liga– Standard Ligatureskern– Kerningsmcp– Small Capitalsonum– Oldstyle Figureslnum– Lining Figures
# Option 1: Double-click font file → Install Font
# Option 2: Copy to ~/Library/Fonts/
cp fonts/otf/*.otf ~/Library/Fonts/# User installation
cp fonts/otf/*.otf ~/.local/share/fonts/
fc-cache -f -v
# System-wide installation (requires sudo)
sudo cp fonts/otf/*.otf /usr/share/fonts/
sudo fc-cache -f -v# Right-click font file → Install
# Or: Copy to C:\Windows\Fonts\@font-face {
font-family: 'Open Sauce Sans';
src: url('fonts/ttf/OpenSauceSans-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Open Sauce Sans';
src: url('fonts/ttf/OpenSauceSans-Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
}The font sources are stored in Glyphs format in the Source/ directory. To rebuild:
# Install dependencies
pip install fontmake glyphsLib
# Build static TTF fonts
fontmake -o ttf -i "Source/Open Sauce One.glyphs"
# Build static OTF fonts
fontmake -o otf -i "Source/Open Sauce One.glyphs"This project uses FontBakery for automated quality checks. The GitHub Actions workflow runs on every push and pull request.
# Run FontBakery locally
pip install fontbakery
fontbakery check-universal fonts/ttf/*.ttfOpen Sauce Fonts are released under the SIL Open Font License (OFL) version 1.1.
- Free for personal and commercial use
- No attribution required (though appreciated)
- Modifications permitted with restrictions
See individual OFL.txt files for complete license terms.
Open-Sauce-Fonts/
├── Source/ # Glyphs source files
│ ├── Open Sauce One.glyphs
│ ├── Open Sauce Sans.glyphs
│ └── Open Sauce Two.glyphs
├── fonts/
│ ├── otf/ # OpenType fonts
│ └── ttf/ # TrueType fonts
├── Images/ # Specimen images
├── README.md
└── *.OFL.txt # License files
- Initial release
- 3 families × 7 weights × 2 styles
- OTF and TTF formats
Alfredo Marco Pradil
Issues and pull requests are welcome. Please ensure any contributions pass FontBakery checks before submitting.
Open Sauce Fonts – Crafted for clarity, designed for impact.