From: Andrew C. <ak...@sh...> - 2002-05-16 13:43:03
|
> > Specifying a font family for the default face doesn't seem to work if > > the font does not have italic and bold variants. > > Damn. This worked in 21.1. I don't see how it could have. > > You can try using (set-frame-font FONT-SPEC). > > I added this to ~/.emacs: > > (set-frame-font > "-apple-andale mono-medium-r-normal--0-0-75-75-m-0-mac-roman") > > And it made no difference. It works fine for me. Perhaps you can use set-frame-font interactively, i.e., M-x set-frame-font and use tab completion to see what fonts are available. It also helps if you can show me the output of (x-list-fonts "*andale*") |