Attachments you submit will be routed for moderation. If you have an account, please log in first.

Ticket #282: fonts_toolkit.patch

File fonts_toolkit.patch, 0.6 KB (added by erikos, 4 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  
    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