Ticket #282: fonts_toolkit.patch

File fonts_toolkit.patch, 576 bytes (added by erikos, 15 years ago)

sugar-toolkit

  • src/sugar/graphics/style.py

    diff --git a/src/sugar/graphics/style.py b/src/sugar/graphics/style.py
    index 16b78ed..6968d47 100644
    a b MEDIUM_ICON_SIZE = zoom(55 * 1.5) 
    107107LARGE_ICON_SIZE = zoom(55 * 2.0)
    108108XLARGE_ICON_SIZE = zoom(55 * 2.75)
    109109
    110 FONT_SIZE = zoom(7)
    111 FONT_NORMAL = Font('Bitstream Vera Sans %d' % FONT_SIZE)
    112 FONT_BOLD = Font('Bitstream Vera Sans bold %d' % FONT_SIZE)
     110FONT_NORMAL = Font('Bitstream Vera Sans')
     111FONT_BOLD = Font('Bitstream Vera Sans bold')
    113112FONT_NORMAL_H = zoom(24)
    114113FONT_BOLD_H = zoom(24)
    115114