Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Font Families for Emacs

Tags:

emacs

fonts

If I do M-x customize-face RET default I can adjust the default face (font) in Emacs.

There are several options, all of them explained in the documentation. Many of these options can be selected from a menu when you select/click on Value Menu, but not the Font Family.

How can I see a list of the fonts that I can use in Font Family in Emacs?

like image 930
Amelio Vazquez-Reina Avatar asked Dec 06 '12 16:12

Amelio Vazquez-Reina


1 Answers

If you are using Emacs 23.1 or later on the X Window System, the following fc-list command can list font families available on your system for Emacs (or any application using fontconfig):

$ fc-list : family
like image 55
dkim Avatar answered Sep 20 '22 00:09

dkim