[SOLVED] Fonts in some applications messed up ..[SOLVED] - GNU/Linux

Users browsing this thread: 1 Guest(s)
CrossFold
Long time nixers
(27-08-2012, 11:28 AM)Shiru Wrote: I think it's a normal font, it's just Greek characters.

Maybe try changing the font in your .gtkrc file?

Code:
style "font"
{
font_name = "Corbel 8"
}
widget_class "*" style "font"
gtk-font-name = "Corbel 8"

Thanks shiru :) This solved it .. I think the updates were broken (as usual) which changed the gtkrc file..



(27-08-2012, 11:31 AM)venam Wrote: I don't really see what is wrong with the fonts...
Times New Roman is proprietary and almost all windows vista and 7 fonts are proprietary so don't be surprised if a proprietary software like skype (owned by M) have bad fonts.
Anyway you can still download a `replacement` for times new roman, which I think is really really badly rendered in GNU/Linux or BSD.
On the other hand, tons of fonts are really cute and you can try them. (I personally use arial if you want to know)
Moreover, You can check antialiassing and other of those kinds of render options.
Let's just say that *nix have some problems with fonts and it's because we are invaded by windows.

Thanks for replying venam.. :) ... It was kinda my fault that I forgot to look up the gtkrc file.. Probably updates changed stuff in there..


Messages In This Thread
RE: Fonts in some applications messed up .. - by CrossFold - 27-08-2012, 11:33 AM