Segment

A custom display font by Pavlina Buchevska Boshkova

62 glyphs · OFL-1.1 · woff2 / woff / ttf / svg

Key Features

01

62 Hand-Crafted Glyphs

Uppercase A-Z, lowercase a-z, and digits 0-9, each designed as original SVG artwork with meticulous attention to form.

02

4 Web Formats

Ships as woff2, woff, ttf, and svg with a ready-to-use CSS file and proper @font-face declarations.

03

Display Character

Purpose-built for headlines, logos, and decorative use. Designed to make an impact at large sizes.

04

Open Source

Licensed under SIL Open Font License 1.1. Free for personal and commercial use, forever.

Try It

Type anything to see it rendered in Segment

Size 5rem
Segment 42

Glyph Map

62 glyphs — uppercase A-Z, lowercase a-z, and digits 0-9

Uppercase A – Z
Lowercase a – z
Digits 0 – 9

Quick Start

Get Segment into your project in seconds

npm
# Install the package
npm install @42mk/segment
css
/* Import the font */
@import "@42mk/segment/css";

.headline {
  font-family: "Segment", sans-serif;
}
html
<!-- 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">
exports
// 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

Credits

Original Design

Pavlina Buchevska Boshkova

Designed the original SVG glyphs that form the foundation of the Segment typeface.

Number Glyphs

Mila Jovanovikj

Designed the digit glyphs 0–9, extending the typeface with a matching set of numerals.

Font Packaging

Darko Bozhinovski

Converted the original SVG design into a distributable multi-format web font package.

Demo & Packaging

Ilija Boshkov

Put this page together and handled the finishing touches around npm packaging.

SIL Open Font License 1.1

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.