Roundfit is a geometric sans with rounded corners, adjustable roundness and relaxed spacing. It works for interfaces, headlines and anything that should feel friendly.
SIL Open Font License 1.1 · 9 weights · Roundness axis · Latin Core
Type tester
Weights
You can also use any value in between with the variable font, and set how round the corners are with the ROND axis (0 = crisp, 100 = soft). Click a line to edit it.
Details
Every sharp outer corner has a small radius. It stays crisp at text sizes and looks soft in large headlines.
Tracking and tight kerning pairs are loosened, so rounded letters don't bump into each other.
The ROND axis takes corners from crisp (0) to extra soft (100), independent of weight.
Glyphs
OpenType
Download
Released under the SIL Open Font License 1.1. You can use it anywhere and bundle it in products. You just can't sell the font files on their own.
Upload the variable WOFF2 to your site, then add this:
@font-face { font-family: "Roundfit"; src: url("Roundfit[ROND,wght].woff2") format("woff2"); font-weight: 100 900; font-display: swap; } /* then */ body { font-family: "Roundfit", sans-serif; } /* roundness: 0 crisp, 50 default, 100 soft */ h1 { font-variation-settings: "ROND" 100; }