You can either edit /etc/fonts/local.conf or create a .fonts.conf in your home directory. The latter only affects your account. Here is my ~/.fonts.cache which adds a rule to turn off AA for font sizes 8-11 (my preference): <!-- my personal fonts.conf --> <match target="font"> <test qual="any" name="size" compare="more"> <int>7</int> </test> <test qual="any" name="size" compare="less"> <int>12</int> </test> <edit name="antialias" mode="assign"> <bool>false</bool> </edit> </match> If you only want to set a minimum font size, remove the first <test>...</test> condition. Note that this doesn't seem to work with gnome-terminal (it appears to ignore the rules). If anyone has any ideas to solve that, it would be greatly appreciated. Regards- Steve On Wed, 2003-11-12 at 06:04, Aleks Gerashchenko wrote: > Can i set minimum font size for antialiased fonts in FC-1? > > Thanks. > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > http://www.redhat.com/mailman/listinfo/fedora-list