Comment 2 for bug 64415

Revision history for this message
Dave Rolsky (autarch) wrote : Re: [Bug 64415] Re: Gaim 2.0.0beta3.1 fonts are really tiny, and can't be changed

On Fri, 6 Oct 2006, Luke Schierer wrote:

> look at the gtkrc plugin, included with that version of gaim. at least
> I think it made that beta. if not, look at writing a ~/.gtkrc-2.0 along
> the lines of gaim.sf.net/gtkrc-2.0

Ah, that did the trick. Here's what I stuck in the gtkrc-2.0 file:

style "imhtml-fix"
{
     font_name = "Sans 10"
}

# Set the widget style for the conversation entry box
widget "*gaim_gtkconv_entry" style "imhtml-fix"
# Set the widget style for the conversation
widget "*gaim_gtkconv_imhtml" style "imhtml-fix"
# Set the widget style for the log viewer
widget "*gaim_gtklog_imhtml" style "imhtml-fix"

# Set the widget style for IMHtml input widgets in request dialogs
widget "*gaim_gtkrequest_imhtml" style "imhtml-fix"
# Set the widget style for IMHtml widgets in notify dialogs
widget "*gaim_gtknotify_imhtml" style "imhtml-fix"