LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   A frontend to change the fonts of xterm/mrxvt using the ~/.fonts folder ? (https://www.linuxquestions.org/questions/linux-general-1/a-frontend-to-change-the-fonts-of-xterm-mrxvt-using-the-%7E-fonts-folder-644674/)

frenchn00b 05-25-2008 12:59 PM

A frontend to change the fonts of xterm/mrxvt using the ~/.fonts folder ?
 
Hello,

I have download lot of ttf and I would like to apply them to my mrxvt. Like matrix fonts for instance... Is it possible?

Those Old fonts of PC/M machine oldies are also cute for coding ;)

Regards

Su-Shee 05-28-2008 12:28 PM

Well, for xterm and urxvt it is.

Put your stuff into your .Xdefaults or call it via command line:

xterm -fs 10 -fa YourFavoriteFont

or

urxvt -fn xft:YourFavoriteFont:size=12:antialias=true

I've never used mrxvt, so no clue.


All times are GMT -5. The time now is 01:13 PM.