| Index: resources/gtkrc
|
| diff --git a/resources/gtkrc b/resources/gtkrc
|
| index accb5cea652f6ce7e8759d997bc8db811d0de07b..eac77532e6824158703db92be23d9333f006beed 100644
|
| --- a/resources/gtkrc
|
| +++ b/resources/gtkrc
|
| @@ -1,6 +1,6 @@
|
| gtk_color_scheme = "fg_color:#000\nbg_color:#F7F7F7\nbase_color:#F7F7F7\ntext_color:#000\nselected_bg_color:#000\nselected_fg_color:#000\ntooltip_bg_color:#F7F7F7\ntooltip_fg_color:#000\n"
|
|
|
| -gtk-font-name="DroidSans 9"
|
| +gtk-font-name="ChromeDroidSans 9"
|
|
|
| # Disable button images.
|
| gtk-button-images = 0
|
| @@ -118,7 +118,7 @@ style "TooltipStyle" = "default" {
|
| bg[NORMAL] = "#FFF9E3"
|
|
|
| # Give tooltips a slightly smaller font.
|
| - font_name = "DroidSans 8"
|
| + font_name = "ChromeDroidSans 8"
|
| }
|
|
|
| style "WhiteBackgroundStyle" = "default" {
|
|
|