Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gui/theme.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-04 01:40:52 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-04 01:40:52 (GMT)
commitc0d77e3a64f32905ec5663d2537809a63e67f765 (patch)
tree7fc83b227436cd34a1f2a6179b42f353141b2659 /gui/theme.py
parentb631c2dc2cf6ad86e496e5af0ae231adf13a0ce8 (diff)
remove custom fonts
Diffstat (limited to 'gui/theme.py')
-rw-r--r--gui/theme.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/gui/theme.py b/gui/theme.py
index 22c6f30..02add23 100644
--- a/gui/theme.py
+++ b/gui/theme.py
@@ -111,21 +111,6 @@ BORDER_WIDTH_IMAGE = style.zoom(1)
SPACER_VERTICAL = style.zoom(20)
SPACER_HORIZONTAL = style.zoom(20)
-# fonts ########################################################################
-
-#FONT_SIZE = zoom(7 * _XO_DPI / _get_screen_dpi())
-#FONT_NORMAL = Font('Bitstream Vera Sans %d' % FONT_SIZE)
-#_XO_DPI = 200.0
-FONT_SIZE_LARGE = style.zoom(10 * style._XO_DPI / style._get_screen_dpi())
-FONT_LARGE = style.Font('Bitstream Vera Sans %d' % FONT_SIZE_LARGE)
-
-#FONT_LARGE = style.FONT_NORMAL #'Sans 18'
-FONT_BODY = style.FONT_NORMAL #'Sans 14'
-FONT_BODY_BOLD = style.FONT_BOLD #'Sans Bold 14'
-FONT_TABS = style.FONT_NORMAL #'Sans 12'
-FONT_TEXTBOX = style.FONT_NORMAL #'Sans 10'
-
-
# images #######################################################################
IMAGE_CHOOSE = 'resources/image.png'