I am using Emacs 23.3. How can I change the font size and font type?
You can also do the following in your .emacs file.
.emacs
(set-frame-font "Inconsolata 12" nil t)
(set-default-font "Inconsolata 12" nil t)
2.1m questions
2.1m answers
60 comments
57.0k users