fonts in linux browser tooo small

Fredrik Wänglund Fredrik.Wanglund at datavis.se
Thu Jan 16 13:56:42 CET 2003


I had the same problem, no matter which fonts I used. I made this solution:

Run this script in the share/stylesheets directory:
#!/bin/sh


for file in `ls *.css`; do
echo $file
cat $file | sed -e "s/8pt/10pt/" > tmpfil
/bin/mv tmpfil $file
done



-----Original Message-----
From:	Robin Mordasiewicz [mailto:robin at primus.ca]
Sent:	Wed 15-Jan-03 21:36
To:	nagios-users at lists.sourceforge.net
Cc:	
Subject:	[Nagios-users] fonts in linux browser tooo small

It seems that I cannot control the fonts in my linux browsers for nagios.
No matter what I do the fonts look shriveled and crappy.



-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate 
is essential in establishing user confidence by providing assurance of 
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users





-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en




More information about the Users mailing list