Posts for: #Font

android true type font

Following a random tweet on identi.ca I upgraded my proprotional fonts on Debian/Sqeeze to ttf-droid.

I expect that some day this font will be packaged by Debian, but for now I had to:

    wget 'http://launchpadlibrarian.net/21202254/ttf-droid_1.00%7Eb112%2Bdfsg-0ubuntu1_all.deb'
    sudo dpkg -i ttf-droid_1.00\~b112+dfsg-0ubuntu1_all.deb

Because I am a big console junkie I don’t use proprtional fonts much, but they do look nice on the web.

Read more →

small fonts

I don’t use a lot of X applications. The one that I use most often is xterm.

I like small fonts, and I find that I have no problem reading a small font on an LCD monitor. Recently someone mentioned the Terminus font. I tried it and it quickly became my favored xterm font… it’s so tiny and clean! Here are the important bits of my .Xdefaults file…

    XTerm*renderFont:        false
    XTerm*font:              -xos4-terminus-medium-r-normal-*-12-*-*-*-*-*-*-*

I also grabbed a few tiny fonts from Proggy Fonts and my new wmii font is ProggyTiny. Here is the bit from my .wmii-3/wmiirc-config.rb file…

    font        '-windows-proggytiny-medium-r-normal--10-80-96-96-c-60-iso8859-1'

The above font site also taught me how to import fonts into X font server w/o a restart and how to keep fonts in my home directory. Check out this short HOWTO.

Read more →