Tab0 Mono K Font
A Korean coding font that keeps your ASCII tables intact.
┌────────────┬────────────┐│ 프로젝트 │ 설명 │├────────────┼────────────┤│ 코드 │ 소스코드 ││ 테스트 │ 단위검증 ││ 폰트 │ 글꼴파일 ││ 에이전트 │ AI도구 ││ 테이블 │ 표형식 ││ 정렬 │ 배치맞춤 │└────────────┴────────────┘
┌─────────────────────────────────────────────────────────────┐│ 재무제표 시스템 구조 │└─────────────────────────────────────────────────────────────┘데이터 입력 처리 계층 출력─────────── ───────── ─────────┌──────────────┐ ┌──────────────────┐ ┌──────────────┐│ 영수증 스캔 │─────▶│ │ │ 재무상태표 │└──────────────┘ │ │ └──────────────┘│ │┌──────────────┐ │ /financial- │ ┌──────────────┐│ 세금계산서 │─────▶│ statement │───▶│ 손익계산서 │└──────────────┘ │ 스킬 │ └──────────────┘│ │┌──────────────┐ │ │ ┌──────────────┐│ 수동 입력 │─────▶│ │ │ 현금흐름표 ││ (잔고, 투자) │ │ │ └──────────────┘└──────────────┘ └──────────────────┘▼ ▼┌──────────────┐ ┌──────────────────┐│ index.yaml │ │ transactions.yaml││ (영수증/매출)│ │ (분개장) │└──────────────┘ └──────────────────┘▼ ▼┌──────────────┐ ┌──────────────────┐│ financial- │ │ accounts.yaml ││ data.yaml │ │ (계정과목) ││ (잔고/투자) │ └──────────────────┘└──────────────┘
Broken
┌────────────┬────────────┐│ 프로젝트 │ 설명 │├────────────┼────────────┤│ 코드 │ 소스코드 ││ 테스트 │ 단위검증 ││ 폰트 │ 글꼴파일 ││ 에이전트 │ AI도구 ││ 테이블 │ 표형식 ││ 정렬 │ 배치맞춤 │└────────────┴────────────┘
┌─────────────────────────────────────────────────────────────┐│ 재무제표 시스템 구조 │└─────────────────────────────────────────────────────────────┘데이터 입력 처리 계층 출력─────────── ───────── ─────────┌──────────────┐ ┌──────────────────┐ ┌──────────────┐│ 영수증 스캔 │─────▶│ │ │ 재무상태표 │└──────────────┘ │ │ └──────────────┘│ │┌──────────────┐ │ /financial- │ ┌──────────────┐│ 세금계산서 │─────▶│ statement │───▶│ 손익계산서 │└──────────────┘ │ 스킬 │ └──────────────┘│ │┌──────────────┐ │ │ ┌──────────────┐│ 수동 입력 │─────▶│ │ │ 현금흐름표 ││ (잔고, 투자) │ │ │ └──────────────┘└──────────────┘ └──────────────────┘▼ ▼┌──────────────┐ ┌──────────────────┐│ index.yaml │ │ transactions.yaml││ (영수증/매출)│ │ (분개장) │└──────────────┘ └──────────────────┘▼ ▼┌──────────────┐ ┌──────────────────┐│ financial- │ │ accounts.yaml ││ data.yaml │ │ (계정과목) ││ (잔고/투자) │ └──────────────────┘└──────────────┘
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).
*.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