With Emacs started (client-daemon), I just started a New Frame, but now have a different font displayed, an unreadable cursive font. Long ago I selected Terminus from menu's Set Default Font..., then saved with menu's Save Options -- and in my init.el I see
(custom-set-variables . . .
'(default ((t (:family "Terminus" :foundry "xos4" :slant normal :weight normal :height 105 :width normal)))))
This has been fine for a long time. I know of nothing I've done to change or mess with fonts. I can correct the problem by repeating the menu choices I mentioned above, but a restart throws me back into the wrong font. What could this be?