10 Weights
3 Widths
Italic Variants
1000+ Glyphs

Side by Side

Ioskeley Mono sample Ioskeley Mono
Berkeley Mono sample Berkeley Mono

Theme: Kintsugi Dark Flared


Try It


      

      
Ioskeley Mono JavaScript

Download

Not sure which file? Start with IoskeleyMono.zip.

FileBest forDownloads
IoskeleyMono.zip Editor / IDE — VS Code, JetBrains, Zed, Sublime Text Download →
IoskeleyMono-NerdFont.zip Terminal with icons — Neovim, Starship, zsh Download →
IoskeleyMono-Term.zip Terminal with rendering issues — kitty, Ghostty, WezTerm Download →
IoskeleyMono-Term-NerdFont.zip Terminal with icons + rendering issues Download →
IoskeleyMono-NL.zip Apps that can't disable ligatures — Xcode Download →
IoskeleyMono-NL-NerdFont.zip Same, with Nerd Font icons Download →
IoskeleyMono-Web.zip Web / CSS — WOFF2 for @font-face Download →

Weights

Every weight available in Normal, SemiCondensed, and Condensed — each with a matching italic.

WeightCSSSample
Thin100The quick brown fox
ExtraLight200The quick brown fox
Light300The quick brown fox
SemiLight350The quick brown fox
Regular400The quick brown fox
Medium500The quick brown fox
SemiBold600The quick brown fox
Bold700The quick brown fox
ExtraBold800The quick brown fox
Black900The quick brown fox

Glyphs

Pangrams

The quick brown fox jumps over the lazy dog. The five boxing wizards jump quickly. Pack my box with five dozen liquor jugs. Sphinx of black quartz, judge my vow. How vexingly quick daft zebras jump! 私のクローゼットには、青いスカートと白いブラウスしかない。

Numerals & Punctuation

01234 56789 !?.,; :'"() []{}<> #%&@$

Ligatures & Operators

==!==>->=> <=>=<<>>:: ///**/+=-= *=/=++--=>

Box Drawing

┌───┬───┬───┐ ┏━━━┳━━━┳━━━┓ ╔═══╦═══╦═══╗ │ │ │ │ ┃ ┃ ┃ ┃ ║ ║ ║ ║ ├───┼───┼───┤ ┣━━━╋━━━╋━━━┫ ╠═══╬═══╬═══╣ │ │ │ │ ┃ ┃ ┃ ┃ ║ ║ ║ ║ └───┴───┴───┘ ┗━━━┻━━━┻━━━┛ ╚═══╩═══╩═══╝ ▲ ▼ ◀ ▶ █ ▓ ▒ ░ ● ○ ◉ ◎ ← ↑ → ↓ ▸ ▹ ▸ ▹

Terminal & CLI

~/project — zsh
user@host:~$ ls -la
total 128
drwxr-xr-x 12 user staff 384 May 26 .
-rw-r--r-- 1 user staff 1024 May 26 config.toml
-rw-r--r-- 1 user staff 3855 May 26 main.rs
drwxr-xr-x 3 user staff 96 May 26 src/

user@host:~$ ps aux --sort=-%cpu | head -6
PID USER %CPU %MEM VSZ RSS COMMAND
4892 user 2.3 1.2 4284956 98752 iTerm2
7321 user 1.8 0.8 3421568 65432 Code Helper
1024 user 0.9 2.1 5156780 172k Google Chrome
3891 user 0.5 0.3 1924560 28784 zsh

user@host:~$ wget https://github.com/ahatem/IoskeleyMono/releases/download/v2.0.0/IoskeleyMono.zip
Resolving github.com... 140.82.121.4
Connecting to github.com... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12451840 (12M) [application/zip]
████████████████████████████░░░░ 80% 2.3M/s
Saved: IoskeleyMono.zip (12M / 12M)
user@host:~$ cat processes.txt

user@host:~$ column -t -s '|' processes.txt

┌───────┬───────┬──────┬──────┬──────────────────┐
│  PID  │ USER  │ %CPU │ %MEM │ COMMAND          │
├───────┼───────┼──────┼──────┼──────────────────┤
│  4892 │ user  │  2.3 │  1.2 │ iTerm2           │
├───────┼───────┼──────┼──────┼──────────────────┤
│  7321 │ user  │  1.8 │  0.8 │ Code Helper      │
├───────┼───────┼──────┼──────┼──────────────────┤
│  1024 │ user  │  0.9 │  2.1 │ Google Chrome    │
├───────┼───────┼──────┼──────┼──────────────────┤
│  3891 │ user  │  0.5 │  0.3 │ zsh              │
├───────┼───────┼──────┼──────┼──────────────────┤
│ 12800 │ user  │  0.3 │  0.5 │ Slack            │
└───────┴───────┴──────┴──────┴──────────────────┘

Installation

macOS
  1. Download and unzip your chosen file
  2. Open the folder matching your setup (Normal/Hinted/ for standard-DPI, Normal/Unhinted/ for Retina)
  3. Select all .ttf files inside, double-click any font, then click Install Font — or drag them all into Font Book
Windows
  1. Download and unzip your chosen file
  2. Open the width + hint folder that matches your setup
  3. Select all .ttf files, right-click, and choose Install for all users
Linux
  1. Download and unzip your chosen file
  2. Copy the .ttf files to ~/.local/share/fonts/
  3. Run fc-cache -fv to refresh the font cache
What's inside each TTF zip?
Normal/ Hinted/ ← standard-DPI (most Windows) Unhinted/ ← high-DPI / Retina (macOS, Linux) SemiCondensed/ Hinted/ Unhinted/ Condensed/ Hinted/ Unhinted/

Install all fonts in your chosen folder — your OS exposes the full weight axis (Thin → Black) automatically. Start with Normal/ if you're unsure.


Build from Source

The font is built automatically via GitHub Actions on every version tag. To build locally:

git clone https://github.com/ahatem/IoskeleyMono.git git clone --depth 1 https://github.com/be5invis/Iosevka.git cp IoskeleyMono/private-build-plans.toml Iosevka/ cd Iosevka npm install npm run build -- contents::IoskeleyMono contents::IoskeleyMonoTerm

Output in Iosevka/dist/IoskeleyMono/ and Iosevka/dist/IoskeleyMonoTerm/.


Width