You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, December 12th 2005, 11:23pm

kde and sans fonts

hi, I want to set all my fonts in kde to sans fonts (default gtk+ fonts)
my system is configured to use utf-8 and I'm using english language as default, but I'm from poland and I need to use polish symbols somethimes. in kde I can view polish symbols only when I'm using arial fonts. when I set all fonts to sans instead of polish symbiols I have rectangle symbol :(
in gtk+ apps polish symbols are ok with sans

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
LANG=en_US.utf-8
LC_CTYPE="en_US.utf-8"
LC_NUMERIC="en_US.utf-8"
LC_TIME="en_US.utf-8"
LC_COLLATE="en_US.utf-8"
LC_MONETARY="en_US.utf-8"
LC_MESSAGES="en_US.utf-8"
LC_PAPER="en_US.utf-8"
LC_NAME="en_US.utf-8"
LC_ADDRESS="en_US.utf-8"
LC_TELEPHONE="en_US.utf-8"
LC_MEASUREMENT="en_US.utf-8"
LC_IDENTIFICATION="en_US.utf-8"
LC_ALL=


any ideas?

This post has been edited 2 times, last edit by "bajtek" (Dec 12th 2005, 11:25pm)