Nocmen – Condensed Display Typeface

Version      : 1.0
Designer     : Arman Maulana, M. Ferdiana
Release Date : December 2025
Credits      : Designed by CuratedType Studio, a font foundry part of TMint Creative

____________________________________________________________________________________________________

Description

Nocmen is a heavy-weight, condensed display sans-serif designed to dominate visual space. defined by its aggressive geometry and deep-cut inktraps. Its massive stroke width and industrial aesthetic give it a raw, "brutalist" edge, making it perfect for statements that refuse to be ignored
Despite its heavy weight, the exaggerated inktraps ensure legibility at smaller sizes while serving as distinct stylistic hooks at large scales. Nocmen strikes a balance between vintage wood-type density and contemporary technical precision.

Features
- 2 Font Styles: Regular & Italic
- Heavy, condensed structural design with stylized inktraps
- Full uppercase & lowercase set (Uniform blocky aesthetic)
- Lining numerals, punctuation, & symbols
- Optimized for high-impact vertical rhythm
- OTF, WOFF, and WOFF2 formats included

Perfect For
- Streetwear Branding & Apparel
- Concert Posters & Event Graphics
- Large-scale Headlines & Editorial Design
- Brutalist Web Layouts
- Social Media Covers & Thumbnails

____________________________________________________________________________________________________

Font Installation Guide

🖥️ For Desktop (Windows & macOS)

- Windows:
1. Unzip the downloaded font package.
2. Locate the .OTF or .TTF file (e.g., Nocmen-Regular.otf).
3. Right-click the file and select Install, or double-click and click Install in the preview window.
4. The font will now appear in your design software (Photoshop, Illustrator, Word, etc.).

- macOS:
1. Unzip the font package.
2. Double-click the .OTF or .TTF file.
3. Font Book will open—click Install Font.
4. The font is now available in your design and office apps.

____________________________________________________________________________________________________

🌐 For Web Use

1. Upload the .WOFF or .WOFF2 files to your website’s font directory.
2. Add the following CSS to your stylesheet:

/* --- NOCMEN REGULAR --- */
@font-face {
    font-family: 'Nocmen';
    src: url('Nocmen-Regular.woff2') format('woff2'),
         url('Nocmen-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* --- NOCMEN ITALIC --- */
@font-face {
    font-family: 'Nocmen';
    src: url('Nocmen-Italic.woff2') format('woff2'),
         url('Nocmen-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

3. Use the font in your CSS:

/* Example: Apply Nocmen to Headings */
h1, h2, h3, .display-text {
    font-family: 'Nocmen', sans-serif;
    font-weight: 400;
    text-transform: uppercase; /* Recommended for maximum impact */
}

/* Example: The browser automatically selects 'Nocmen-Italic' */
em, .italic-text {
    font-style: italic;
}

📱 For App or E-pub Use

Refer to your platform’s documentation for embedding custom fonts.
Nocmen includes .WOFF and .WOFF2 formats compatible with most modern frameworks (iOS, Android, and web-based EPUB readers).
____________________________________________________________________________________________________