From a550daf5622099f65c5465452fa5a1fe5103a4ef Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Wed, 8 Jul 2015 03:11:39 +0000 Subject: [PATCH] bodhi2: Use the liberation font for the captcha --- roles/bodhi2/base/templates/staging.ini.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index f5d26169aa..6009361aec 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -40,8 +40,7 @@ captcha.secret = {{ bodhi2CaptchaSecret }} captcha.image_width = 300 captcha.image_height = 80 # Any truetype font will do. -# This font lives in pcaro-hermit-fonts package -captcha.font_path = /usr/share/fonts/pcaro-hermit/Hermit-medium.otf +captcha.font_path = /usr/share/fonts/liberation/LiberationMono-Regular.ttf captcha.font_size = 36 # Colors captcha.font_color = #000000