From: Michael Tremer Date: Sat, 8 Jan 2011 12:28:26 +0000 (+0100) Subject: i-use: Make font bigger and not bold. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=523d365aec8a0ca5d99938ede67ee76fdbb80743;p=ipfire.org.git i-use: Make font bigger and not bold. --- diff --git a/www/webapp/backend/iuse.py b/www/webapp/backend/iuse.py index 9be180a8..7b447c9c 100644 --- a/www/webapp/backend/iuse.py +++ b/www/webapp/backend/iuse.py @@ -144,8 +144,8 @@ class Image1(ImageObject): default_size = 500, 50 _filename = "i-use-1.png" - _font = "DejaVuSans-Bold.ttf" - _font_size = 9 + _font = "DejaVuSans.ttf" + _font_size = 10 def draw(self): _ = self.locale.translate