Hi,

here is my customization section:

(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(default ((t (:family "Topaz-8" :foundry "outline" :slant normal :weight
normal :height 68 :width normal))))
 '(link ((t (:foreground "medium orchid" :underline t))))
 '(which-func ((t (:foreground "Green")))))

Notice the font - topaz. This is a TTF I downloaded because I wanted an
Amiga font. So I installed it to Font properly.

In an Emacs session I can 

Options->Set Default Font->select Topaz-8. Then, I can Options->Save Options
and this updated my .emacs.

But, when I reopen Emacs it goes to a random font all the time.

To try and solve I M-X describe-font and copy and paste this to the function
set-default-font but when I open Emacs it goes back to a random font again.
I have to manually change it to TOPAZ again.

Any suggestions?


Reply via email to