Found fonts

svn: r2970
This commit is contained in:
Alex Roitman 2004-03-05 04:33:40 +00:00
parent 9bc863344c
commit 43547bf06d

View File

@ -58,9 +58,9 @@ from gettext import gettext as _
_LINE_SPACING = 20 _LINE_SPACING = 20
# Font constants -- specific for gnome-print # Font constants -- specific for gnome-print
_FONT_SANS_SERIF = "Serif" _FONT_SANS_SERIF = "Arial"
_FONT_SERIF = "Sans" _FONT_SERIF = "Times New Roman"
_FONT_MONOSPACE = "Monospace" _FONT_MONOSPACE = "Courier New"
_FONT_BOLD = "Bold" _FONT_BOLD = "Bold"
_FONT_ITALIC = "Italic" _FONT_ITALIC = "Italic"
_FONT_BOLD_ITALIC = "Bold Italic" _FONT_BOLD_ITALIC = "Bold Italic"