Jovió – Geometric Art Deco Display

Version      	: 1.0
Designer     	: Arman Maulana, Adysta Abitama A
Release Date	: January 2026
Credits      	: Designed by CuratedType Studio, a font foundry part of TMint Creative

____________________________________________________________________________________________________

Description

Jovió is a geometric display typeface that marries the architectural structure of Art Deco with contemporary modular design. Defined by its high-contrast vertical stems and hairline-thin horizontals, the typeface features distinctive stencil-inspired apertures and perfectly circular bowls.

Projecting an image of "sophisticated optimism," Jovió captures the spirit of a bright, modern gallery. The character set balances rigid, grid-based forms with rhythmic, playful elements—such as the unique horizontal-bar lowercase 'e' and sharp, zig-zagging 'M' and 'W'. It bridges the gap between classic 1920s elegance and a clean, futuristic edge.

The family includes two essential styles (Regular and Italic), allowing for dynamic interplay between upright structural headers and emphasized, motion-driven subheads.

Features
- 2 Styles: Regular & Italic
- Distinctive high-contrast Art Deco structure
- Unique stencil-inspired "gaps" and apertures
- Perfectly circular geometric bowls
- Full uppercase & lowercase set
- Numerals, punctuation, & symbols included
- Optimized for high-impact display and branding use
- OTF, TTF, WOFF, and WOFF2 formats included

Perfect For
- Luxury Logos & Monograms
- Fashion & Lifestyle Branding
- Architectural Signage
- High-end Magazine Covers
- Gallery Displays
- Museum Wayfinding
- Minimalist Packaging

____________________________________________________________________________________________________

Font Installation Guide

🖥️ For Desktop (Windows & macOS)

- Windows:
1. Unzip the downloaded font package.
2. Locate the .OTF or .TTF files (e.g., Jovió-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. 

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

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

3. Use the font in your CSS:

/* Example: Apply Jovió Regular to Main Headings */
h1, .brand-logo {
    font-family: 'Jovió', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase; /* Jovió looks exceptional in all-caps */
    letter-spacing: 0.03em;
}

/* Example: Apply Jovió Italic to Pull Quotes or Emphasis */
.quote, em {
    font-family: 'Jovió', sans-serif;
    font-weight: 400;
    font-style: italic;
}

____________________________________________________________________________________________________

📱 For App or E-pub Use

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