Ticket #282: fonts_toolkit.patch
| File fonts_toolkit.patch, 0.6 KB (added by erikos, 4 years ago) |
|---|
-
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 107 107 LARGE_ICON_SIZE = zoom(55 * 2.0) 108 108 XLARGE_ICON_SIZE = zoom(55 * 2.75) 109 109 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) 110 FONT_NORMAL = Font('Bitstream Vera Sans') 111 FONT_BOLD = Font('Bitstream Vera Sans bold') 113 112 FONT_NORMAL_H = zoom(24) 114 113 FONT_BOLD_H = zoom(24) 115 114
