font.rst
changeset 149 93429aeb348e
parent 46 5a2af9e7c0a8
child 504 67b8b703a28d
--- a/font.rst	Fri Jul 17 23:08:57 2009 +0300
+++ b/font.rst	Fri Jul 17 23:57:26 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.