Tab0 Mono K Font

A Korean coding font that keeps your ASCII tables intact.

┌────────────┬────────────┐
│ 프로젝트 │ 설명 │
├────────────┼────────────┤
│ 코드 │ 소스코드 │
│ 테스트 │ 단위검증 │
│ 폰트 │ 글꼴파일 │
│ 에이전트 │ AI도구 │
│ 테이블 │ 표형식 │
│ 정렬 │ 배치맞춤 │
└────────────┴────────────┘
Broken
┌────────────┬────────────┐
│ 프로젝트 │ 설명 │
├────────────┼────────────┤
│ 코드 │ 소스코드 │
│ 테스트 │ 단위검증 │
│ 폰트 │ 글꼴파일 │
│ 에이전트 │ AI도구 │
│ 테이블 │ 표형식 │
│ 정렬 │ 배치맞춤 │
└────────────┴────────────┘
Aligned
BEFORE
AFTER
← Drag to compare →
v1.0.0OFL-1.1

What it fixes

Korean glyphs are exactly 2× ASCII width (proper CJK alignment)
VS Code friendly: isFixedPitch set for Monaco Editor
Nerd Font symbols preserved (Meslo base)
4 styles: Regular / Bold / Italic / Bold Italic

Downloads

Direct downloads served from this site.

Tab0MonoK.ttc
Recommended
Tab0MonoK.ttc
Single TTC bundle (all styles).
Download
*.ttf
TTF files
Regular / Bold / Italic / Bold Italic.
*.woff2
Web (WOFF2)
Use it in CSS with @font-face (served by this site):

Install

macOS: copy to ~/Library/Fonts/
Windows: right-click → Install
Linux: copy to ~/.local/share/fonts/ and run fc-cache -fv
settings.json
VS Code
Set your editor font family:
settings.json
{
  "editor.fontFamily": "Tab0 Mono K",
  "editor.fontLigatures": false
}
@font-face
CSS @font-face
@font-face
@font-face {
  font-family: "Tab0 Mono K Web";
  src: url("https://font.tab0.ai/tab0-mono-k/web/latest/Tab0MonoK-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

code, pre {
  font-family: "Tab0 Mono K Web", ui-monospace, monospace;
}

License

Tab0 Mono K is distributed under SIL Open Font License 1.1. Source fonts have their own licenses.

Tab0 Mono K: SIL Open Font License 1.1
MesloLGS Nerd Font: Apache License 2.0
Sarasa Gothic: SIL Open Font License 1.1