Skip to content

Commit

Permalink
gtkrc font change
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Sep 27, 2008
1 parent ec4d8f5 commit 0b2ba0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gtkrc-2.0
Expand Up @@ -3,16 +3,16 @@
include "/usr/share/themes/ThinIce/gtk-2.0/gtkrc"

style "default" {
font_name = "Bitstream Vera Sans 9"
font_name = "DejaVu Sans 9"
base[NORMAL] = "#ffffff"
}

style "serif" = "default" {
font_name = "Bitstream Vera Serif 9"
font_name = "DejaVu Serif 9"
}

style "mono" = "default" {
font_name = "Bitstream Vera Sans Mono 9"
font_name = "DejaVu Sans Mono 9"
}

widget_class "*Notebook*" style "serif"
Expand Down

0 comments on commit 0b2ba0a

Please sign in to comment.