Iosevka – Versatile typeface for code, from code
github.com·1d·
Discuss: Hacker News
🔤Typography
Preview
Report Post

Iosevka [ˌjɔˈseβ.kʰa] is an open-source, sans-serif + slab-serif, monospace + quasi‑proportional typeface family, designed for writing code, using in terminals, and preparing technical documents.

Installation

Installing from GitHub Releases

  1. Download your font package from releases.
  • For Linux users you could use the following command to download all the TTC packages in the latest release:
curl -s 'https://api.github.com/repos/be5invis/Iosevka/releases/latest' | jq -r ".assets[] | .browser_download_url" | grep PkgTTC-Iosevka | xargs -n 1 curl -L -O --fail --silent --show-error
  1. Quit all your editors / programs.
  2. Unarchive the font package and you will see the font files.
  3. Take a…

Similar Posts

Loading similar posts...