seletskiy / monaco-font

My own pixel font for programming/shell; if you're using this, you're insane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What

It is a my own monospace pixel font, suitable for shell and programming.

glyphs

Things was started as rasterized version of original Monaco font, but after a while I've redrawed all glyphs, made it wider and added bold typeface.

Usage

git clone github.com/seletskiy/monaco-font ~/.fonts

In ~/.xinitrc:

xset fp+ ~/.fonts
xset fp rehash

In ~/.Xresources`:

URxvt.font: xft:Monaco:pixelsize=12:antialias=false
URxvt.boldFont: xft:Monaco:style=Bold:pixelsize=12:antialias=false
URxvt.italicFont:
URxvt.boldItalicFont:

Why

  • Sharp mind so as sharp font is required for great programming.
  • Bold typeface while being 12px height; because of that font is wider than most of the 12px fonts:
    bold
  • Cyrillic letters; only most popular pixel fonts has this:
    cyr
  • Properly aligned math/programming symbols (compare with Terminus):
    align
  • Continious box-drawing symbols (in some pixel fonts there are spacing between glyphs):
    box
  • Braces that really encloses contents (compare with Terminus):
    braces
  • Powerline ready:
    powerline
  • Looks good on websites:
    github
  • Because the death is not a release:
    hastur

About

My own pixel font for programming/shell; if you're using this, you're insane


Languages

Language:Makefile 55.5%Language:Shell 44.5%