View Single Post
Posts: 87 | Thanked: 277 times | Joined on Feb 2010 @ Helsinki, Finland
#2344
Originally Posted by qwertyberty View Post
Neither theme customiser nor font changer can actually change the menu font.
For some reason it is hardwritten to always use the system font.

The only way to change ALL fonts is to overwrite the nokia system fonts in /usr/share/fonts/nokia.

And to prove it works I use the ubuntu font system wide.
http://maemo.gitorious.org/fremantle...auncher-tile.c

Would it be possible to change the source to obey theme settings? Maybe in community updates?

Code:
#define HD_LAUNCHER_TILE_FONT "Nokia Sans 15"
/* We don't use a font from the theme here because apparently there are none the
* size we want, and we don't want to add another logical font to gtkrc. */

Last edited by Ministeri; 2011-02-11 at 15:24.