DebianUserFontConfig 

  1. ÆùÆ® ¼³Ä¡
    1. ~/.fonts µð·ºÅ丮 »ý¼º
    2. consolas ÆùÆ®ÆÄÀÏ(³×°³)¸¦ Ä«ÇÇ
    3. local.conf »ý¼º (note ¿ìºÐÅõ¿¡¼­ Å×½ºÆ®Çغôµ¥ local.conf°¡ ¾Æ´Ñ .fonts.conf¸¦ ÂüÁ¶ÇÏ°í ÀÖ¾úÀ½. 2009-01-25)
    4. fc-cache ½ÇÇà
    5. »ç¿ëÀÚ X ¼­¹ö Àç½ÃÀÛ ÈÄ Å×½ºÆ®Çغ½.
  2. Example screen shot
    1. Gnome terminal with Consolas font on Xming
    2. Font selection

ÆùÆ® ¼³Ä¡  

http://debianusers.org/DebianWiki/wiki.php/%C3%CA%BA%B8%5FMS%B1%BC%B8%B2%5F%C6%F9%C6%AE%BC%B3%C1%A4
¸µÅ©. consolas font download unofficial zipped.

ms consolas ÆùÆ® ¼³Ä¡Çغ¸¾Ò½À´Ï´Ù.

~/.fonts µð·ºÅ丮 »ý¼º  

 mkdir ~/.fonts

consolas ÆùÆ®ÆÄÀÏ(³×°³)¸¦ Ä«ÇÇ  

 mkdir ~/.fonts/consolas
 cp consolas* ~/.fonts/consolas/

local.conf »ý¼º (note ¿ìºÐÅõ¿¡¼­ Å×½ºÆ®Çغôµ¥ local.conf°¡ ¾Æ´Ñ .fonts.conf¸¦ ÂüÁ¶ÇÏ°í ÀÖ¾úÀ½. 2009-01-25)  

 vi ~/.fonts/local.conf           | ¶Ç´Â vi ~/.fonts.conf 
ÀÌ °æ·Î´Â font¼³Á¤ ±âº»ÀÎ /etc/fonts/fonts.conf(À̰͵µ ½Ã½ºÅÛ¿¡ µû¶ó ´Ù¸¦°Ì´Ï´Ù)¿¡ ÀûÇôÀÖ½À´Ï´Ù.

¿¹½Ã
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>

        <match target="font" >
                <edit mode="assign" name="hinting" ><bool>true</bool></edit>
        </match>
        <match target="font" >
                <edit mode="assign" name="hintstyle" ><const>hintmedium</const></edit>
        </match>
<match target="font" >
  <test name="family" mode="eq"><string>Gulim</string></test>
  <test compare="more" name="size" qual="any" ><double>8</double> </test>
  <test compare="less" name="size" qual="any" ><double>15</double></test>
  <edit mode="assign" name="antialias" ><bool>true</bool></edit>
</match>

<match target="font" >
  <test name="family" mode="eq"><string>Gulim</string></test>
  <test compare="more" name="pixelsize" qual="any"><double>11</double></test>
  <test compare="less" name="pixelsize" qual="any"><double>20</double></test>
  <edit mode="assign" name="antialias" ><bool>true</bool></edit>
</match>

        <match target="font">
                <test name="family">
                        <!--string>Gulim</string-->
                        <string>Batang</string>
                        <string>Bandal</string>
                        <string>Baemuk Gulim</string>
                        <string>Baemuk</string>
                        <string>Un</string>
                        <string>UnTaza</string>
                        <string>Consolas</string>
                </test>
                <test name="size" compare="less">
                        <int>13</int>
                </test>
                <edit name="antialias">
                        <bool>false</bool>
                </edit>
                <edit name="hinting">
                        <bool>true</bool>
                </edit>
        </match>
</fontconfig>

fc-cache ½ÇÇà  

 fc-cache

»ç¿ëÀÚ X ¼­¹ö Àç½ÃÀÛ ÈÄ Å×½ºÆ®Çغ½.  

¿¹¸¦µé¾î XmingÀ̶ó´ø°¡ Xmanager Àç½ÃÀÛ.

Example screen shot  

Gnome terminal with Consolas font on Xming  

(»ç¿ëÇÑ ½Ã½ºÅÛÀº coLinux¸¦ »ç¿ëÇؼ­ ²Ù¹Î À©µµ¿ìÁî PC ³»ÀÇ °¡»ó ¸Ó½ÅÀÔ´Ï´Ù. VMwareº¸´Ù ²Ï ºü¸¨´Ï´Ù.)

Font selection