~ubuntu-branches/ubuntu/hardy/solfege/hardy-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Solfege - ear training for GNOME
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006  Tom Cato Amundsen
# License is GPL, see file COPYING

style "TextMedium" { font_name = "Sans 18" }
style "TextSmall" { font_name = "Sans 12" }
style "bold-r" { font_name = "Bold" }
style "BoldStyle" { font_name = "Bold" }
style "Heading1" { font_name = "Sans 24" }
style "Heading2" { font_name = "Sans 18" }
style "Heading3" { font_name = "Sans 16" }
style "Heading4" { font_name = "Sans Bold 12" }
style "Heading5" { font_name = "Sans Bold 10" }

style "BpmInactiveLabel" { font_name = "Sans 12" }
style "BpmActiveLabel" { font_name = "Sans Bold 12" }

widget "*.StatisticsH1" style "Heading4"
widget "*.StatisticsH2" style "Heading5"
widget "*.BoldText" style "bold-r"
widget "*.Heading1" style "Heading1"
widget "*.Heading2" style "Heading2"
widget "*.Heading3" style "Heading3"
widget "*.Feedback" style "TextMedium"
widget "*.ProgressionLabelNumber" style "TextSmall"
widget "*.ProgressionNameLabel" style "TextMedium"
widget "*.BpmActiveLabel" style "BpmActiveLabel"
widget "*.BpmInactiveLabel" style "BpmInactiveLabel"