Uppercase A-Z, lowercase a-z, and digits 0-9, each designed as original SVG artwork with meticulous attention to form.
Ships as woff2, woff, ttf, and svg with a ready-to-use CSS file and proper @font-face declarations.
Purpose-built for headlines, logos, and decorative use. Designed to make an impact at large sizes.
Licensed under SIL Open Font License 1.1. Free for personal and commercial use, forever.
Type anything to see it rendered in Segment
62 glyphs — uppercase A-Z, lowercase a-z, and digits 0-9
Get Segment into your project in seconds
# Install the package npm install @42mk/segment
/* Import the font */ @import "@42mk/segment/css"; .headline { font-family: "Segment", sans-serif; }
<!-- Direct file reference --> <link rel="preload" href="@42mk/segment/dist/segment.woff2" as="font" type="font/woff2" crossorigin> <link rel="stylesheet" href="@42mk/segment/dist/segment.css">
// Available subpath exports import "@42mk/segment" // CSS import "@42mk/segment/css" // CSS import "@42mk/segment/woff2" // .woff2 import "@42mk/segment/woff" // .woff import "@42mk/segment/ttf" // .ttf import "@42mk/segment/svg" // .svg
Designed the original SVG glyphs that form the foundation of the Segment typeface.
Designed the digit glyphs 0–9, extending the typeface with a matching set of numerals.
Converted the original SVG design into a distributable multi-format web font package.
Put this page together and handled the finishing touches around npm packaging.
Segment is free to use, study, modify, and redistribute. You can bundle it with any software, embed it in documents, and use it for any personal or commercial project. The only restriction: the font cannot be sold by itself. Read the full license.