Rokkitt
Type with Purpose
Good typography guides attention, improves understanding, and makes communication effortless.
The Anatomy of a Typeface
By FontSide · June 2026
Every typeface is a system of decisions — about stroke contrast, x-height, spacing, and rhythm. The best ones feel invisible: you stop seeing the letters and start hearing the voice behind them. That transparency is the hardest thing to design.
A high x-height opens up the counters and makes small text breathe. Tight tracking pulls a headline together; loose tracking gives a caption room to exhale. None of these choices are accidents — they are arguments about how reading should feel.
Uppercase
Lowercase
Numerals
Symbols
Package Manager
The recommended way to use fonts in modern web projects.
1. Install Package
pnpm add @fontsource-variable/rokkitt 2. Import in App
import '@fontsource-variable/rokkitt/wght.css'; 3. CSS Usage
body {
font-family: "Rokkitt Variable", serif;
} Google Fonts CDN
Use Google's CDN to embed the fonts directly via HTML.
HTML <head>
<!-- Please select at least one weight and style --> Fontsource CDN
Skip the build step by adding this directly to your global CSS file.
Global CSS
/* rokkitt-latin-wght-normal */
@font-face {
font-family: "Rokkitt Variable";
font-style: normal;
font-display: swap;
font-weight: 100 900;
src: url(https://cdn.jsdelivr.net/fontsource/fonts/rokkitt:vf@latest/latin-wght-normal.woff2)
format("woff2-variations");
} Background & Story
Rokkitt was initiated by Vernon Adams when he was inspired by the type forms of a number of distinctive geometric slab serifs, sometimes called Egyptians, popular in the late nineteenth and early to mid twentieth centuries. In 1910 the Inland Type Foundry published Litho Antique and similar types were published by American Type Founders in the 1920s and Monotype Corporation in the 1930s. Rokkitt is intended for use as a display font, in headings and headlines, though it can also be used as an alternative to sans serif designs at text sizes.
Update January 2017: Vernon Adams began the project in 2011, and developed the typeface until 2014. During 2016 Kalapi Gajjar completed Vernon's original work and released a substantial update with a full set of 9 weights, and support for more Latin languages.
Update July 2019: The family has been converted into a variable font.
Update January 2023: The family has now an italic.
To contribute, see github.com/googlefonts/RokkittFont.
Tags & Moods
Subsets
Install
pnpm add @fontsource-variable/rokkitt Designed by
Vernon Adams
Links
License
OFL-1.1