Bill Sun <cap.sensit...@gmail.com> writes:

> On Thu, Oct 28, 2010 at 02:31:26PM +0600, Ekram wrote:
>> Hi Dear,
>> 
>> its really awesome.... I liked it a lot....... But could you tell me how can
>> i change application font size.
>> My applicatoin Font is too large.
>> Keep your good work going....
>> 
>> -EKram
> Maybe your problem is related to gtk settings.
>
> If that, you can 
>     1)manually edit .gtkrc 

This will solve your problem with GTK-based apps only:

Put this in your ~/.gtkrc

style "user-font" {
        font_name = "dejavu sans 8"
}

widget_class "*" style "user-font"

gtk-font-name="dejavu sans 8"


dejavu sans is the font, it can be another, like freesans, liberation
sans, terminus, etc
8 is the size you want, it can be another number.

Hope this helps
Regards

-- 
Tomás Solar Castro
Be Free! http://FSFLA.org
GNU+Linux Registered User #383588
Public PGP Key: FB7590D2 (hkp://pgp.mit.edu:11371)
http://identi.ca/tsolar

Attachment: pgpTaNXrGO7De.pgp
Description: PGP signature

Reply via email to