New Variable font · weight + roundness

A typeface with softer edges

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

Type anything. See it right away.

Soft corners, sharp ideas.

Weights

Nine weights, from hairline to heavy.

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

Geometric shapes with a gentler finish.

01
Rr

Rounded corners

Every sharp outer corner has a small radius. It stays crisp at text sizes and looks soft in large headlines.

02
AV

More breathing room

Tracking and tight kerning pairs are loosened, so rounded letters don't bump into each other.

03
Ee

Adjustable roundness

The ROND axis takes corners from crisp (0) to extra soft (100), independent of weight.

Glyphs

Every character, up close.

R
Latin Capital Letter RU+0052

OpenType

Useful extras, built in.

Download

Free for personal and commercial use.

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.

  • Variable TTF wght 100–900 · ROND 0–100Get
  • Variable WOFF2 for the webGet
  • Static OTF + TTF 9 weights eachGet
  • License OFL 1.1Read

Use on the web

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; }