--- a/font.rst Tue Jul 07 09:30:20 2009 +0300
+++ b/font.rst Mon Jul 27 14:37:13 2009 +0300
@@ -3,6 +3,7 @@
* How see installed font for X window.
$ fontsel &
+ $ gucharmap &
* Setup font for emacs.
@@ -21,6 +22,38 @@
$ xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" -geometry 120x42 -e mc -x
+* Fonts family.
+
+See
+
+ http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=FontsInCyberspace&_sc=1
+
+** DejaVu.
+
+The DejaVu fonts are a font family based on the Vera Fonts.
+
+See
+
+ http://dejavu-fonts.org/wiki/index.php?title=Main_Page
+
+*** Debian.
+
+ $ sudo apt-get install ttf-dejavu
+
+** IPA.
+
+See
+
+ http://scripts.sil.org/DoulosSILfont
+ http://scripts.sil.org/CharisSILfont
+ http://scripts.sil.org/Gentium
+
+*** Debian.
+
+ $ sudo apt-get install ttf-sil-doulos
+ $ sudo apt-get install ttf-sil-charis
+ $ sudo apt-get install ttf-gentium
+
* How configure font for X?
** Debian.