Current Forum: Tip Forum |
Date: Wed Oct 3 2001 8:24 am |
Author: Scherlis, William L. <scherlis@cmu.edu> |
Subject: Re: text font |
|
|
If you are in GNU-EMACS, you can do this:
1. Select a font you like and set it in your frame.
2. M-x describe-font
3. Copy the font name shown into a line in your .emacs file that looks like this:
(set-default-font "")
|
|