Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1236)

Unified Diff: resources/gtkrc

Issue 2808092: theme: Use our variant of the Droid Sans font. (Closed) Base URL: ssh://git@chromiumos-git/theme.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698