Created
October 18, 2012 02:44
-
-
Save armonge/3909580 to your computer and use it in GitHub Desktop.
Monospaced fonts in pidgin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
style "imhtml-fix" | |
{ | |
font_name = "Monospace 8" | |
} | |
# Conversation entry box--where you type. | |
widget "*pidgin_conv_entry" style "imhtml-fix" | |
# Conversation history pane--where you read the conversation. | |
widget "*pidgin_conv_imhtml" style "imhtml-fix" | |
# Log viewer--where you read stored logs | |
widget "*pidgin_log_imhtml" style "imhtml-fix" | |
# formatting-capable entry areas (IMHtml widgets) in request dialogs | |
widget "*pidgin_request_imhtml" style "imhtml-fix" | |
# formatting-capable notification areas in dialogs (again, IMHtml widgets) | |
widget "*pidgin_notify_imhtml" style "imhtml-fix" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment