help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing Emacs font


From: Clemens Schüller
Subject: Re: Changing Emacs font
Date: Mon, 24 Mar 2014 21:42:32 +0100
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux)

Hello!

Javier wrote on 24.03.2014 at 21:32:

> This is what I have in my .emacs for using emacs in Linux
>
> (when (equal window-system 'x)
>        (set-face-font 'default 
> "-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1"))

You could also try the following fontset:

--8<---------------cut here---------------start------------->8---
(custom-set-faces

'(default ((t (:family "Source Code Pro" :foundry "adobe" :slant normal :weight 
normal :height 113 :width normal)))))
--8<---------------cut here---------------end--------------->8---

But you must install the Adobe source code pro font from [1]



Footnotes: 
[1]  http://sourceforge.net/projects/sourcecodepro.adobe/

-- 
Best Regards, Clemens Schüller


reply via email to

[Prev in Thread] Current Thread [Next in Thread]