The Following User Says Thank You to fgullama For This Useful Post: | ||
![]() |
2007-11-19
, 04:40
|
Posts: 168 |
Thanked: 51 times |
Joined on Jun 2007
|
#2
|
The Following User Says Thank You to coffeedrinker For This Useful Post: | ||
![]() |
2007-11-19
, 13:21
|
Posts: 16 |
Thanked: 2 times |
Joined on Jun 2007
|
#3
|
![]() |
2007-11-21
, 21:47
|
Posts: 168 |
Thanked: 51 times |
Joined on Jun 2007
|
#4
|
The Following 2 Users Say Thank You to coffeedrinker For This Useful Post: | ||
Hopefully I've posted in the right section... It relates to OS2008, but on the N800. I was wondering if anybody has had any luck in changing the minimum font size in MicroB with OS2008 on the N800. I took a look at this thread from coffeedrinker, which worked for me in the MicroB beta with OS2007. Below is a snipet from that post. The bold print is no longer included in the about:config page. I'm going to mess around with it more, see if adding it helps. Just wondering if anybody else has had any luck with this so far. Perhaps there is a different mechanism to achieve this now?
To set minimum fonts size:
user_pref("font.min-size.fixed.x-western", 17);
user_pref("font.min-size.variable.x-western", 17);
These are for non css sites (I think):
user_pref("font.size.variable.x-western", 18);
user_pref("font.size.fixed.x-western", 18);
To change the default font (fonts must be installed in .fonts):
user_pref("font.default.x-western", "sans-serif");
user_pref("font.name.sans-serif.x-western", "Arial");
Thanks,
Frank