A condensed monospace font built on Iosevka. Inspired by Berkeley Mono and IBM Plex Mono, with personal tastes intact.
Hover for the reasoning.
~/dev $ exa -l --git drwxr-xr-x - ori 12 Jun 9:41 -- src/ .rw-r--r-- 1.2k ori 12 Jun 9:41 -M private-build-plans.toml .rw-r--r-- 482 ori 12 Jun 9:40 -- README.md ~/dev $ curl -LO …/IosevkaPaper-TTF.zip ████████████████████░░░░░░ 76% 3.1M/s
┌───────┬──────────────┬───────┐ ╔════════╦═══════╗ │ Width │ Family │ Units │ ║ Slope ║ Angle ║ ├───────┼──────────────┼───────┤ ╠════════╬═══════╣ │ Norm │ Paper │ 416 │ ║ Upright║ 0° ║ │ Ext │ Paper Ext │ 500 │ ║ Italic ║ 9.4° ║ └───────┴──────────────┴───────┘ ╚════════╩═══════╝ ▲ ▼ ◀ ▶ █ ▓ ▒ ░ ● ○ ◉ ◎ ← ↑ → ↓
The real font, served from the latest release. Type away.
One fixed set of glyph variants (noCvSs = true) — nothing to configure.
Narrower glyphs, more columns. The same terminal fits longer lines and more code on screen without wrapping.
I like paper. Origami, cranes, KorigamiK — the name followed.
Three weights, two widths, true italics at 9.4°.
0O 1lI 8B — always distinct.
CONFIRM TRANSACTION
[POST] /v2/TX/:ID/CONFIRM
RESPONSE JSON
STATUS 202 ACCEPTED
DATA {
"ID": "TX_19BCA2004CD1478EAE",
"STATUS": "SUCCESSFUL",
"TIME": "1646069894",
"METHOD": "CARD.AMEX"
"MX_ID": "MX_4000_AD328FC8"
} Once payment method has been provided, send a POST request with the following information to confirm and process payment. After a transaction, a "SUCCESSFUL" status indicates that the transaction has been authorized by the TELEX routing service and the transaction ID will be included in the webhook response object.
For additional information about webhooks, see page number 1206.
If machine returns a busy status, send a POST request to /v2/TX/:ID/MODEM_RESET.
At the time of printing, MX-5000 machines are in beta testing.
Real text, not an image — select it.
Not sure which one? Take TTF for your editor or terminal.
| Package | Best for | Downloads | |
|---|---|---|---|
| TTF | Editors and terminals — hinted, standard-DPI displays | — | Download |
| TTF Unhinted | High-DPI and Retina displays | — | Download |
| WOFF2 | Web — @font-face, hinted | — | Download |
| WOFF2 Unhinted | Web — smallest files | — | Download |
| macOS | unzip, select the .ttf files, drag into Font Book |
| Windows | select all .ttf files -> right-click -> Install for all users |
| Linux | cp *.ttf ~/.local/share/fonts/ && fc-cache -fv |
| Web | take the WOFF2 package and declare @font-face per file |
git clone https://github.com/KorigamiK/Iosevka-Paper.git git clone --depth 1 https://github.com/be5invis/Iosevka.git cp Iosevka-Paper/private-build-plans.toml Iosevka/ cd Iosevka npm install npm run build -- contents::IosevkaPaper
Output lands in Iosevka/dist/IosevkaPaper/.