From b2a6637e836ac603291b48aa68fae0370e809325 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 6 Nov 2013 21:00:16 +0100 Subject: Tentatively switch default font of cluster-cman to Droid Sans Mono MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- cluster-cman.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster-cman.py b/cluster-cman.py index 346f0f5..bb44738 100755 --- a/cluster-cman.py +++ b/cluster-cman.py @@ -25,7 +25,8 @@ from lib_cman import * from lib_rhel import * -FONT = 'Inconsolata' +#FONT = 'Inconsolata' # yum install levien-inconsolata-fonts +FONT = 'Droid Sans Mono' # yum install google-droid-sans-mono-fonts FONTDEF = map(lambda switch: '-' + switch + 'fontname=' + FONT, "GNE") BLACKLIST = [] #BLACKLIST = [Daemon] -- cgit