Michael Vogel: (ZU DIESEM FORUM) True Type Fonts in SelfHTML?

Beitrag lesen

Hi!

Ich weiss ja nicht ob das noch keinem aufgefallen ist... aber die Ueberschriften-Fonts sehen seit ca. einem halben Jahr total mies aus.
Z.B. die Schrift von "SelfHTML Forum - neue Nachricht verfassen" und andere Uberschriften von diesem Typ.
Ist das True-Type, und die Unix-Kisten hier (Solaris auf Sparc und Linux 6.2) zeigen das deshalb falsch an?

Ich hab' mir eben mal das CSS geholt:
---------------------------------------------------------------------------
body { margin-top:10px; margin-bottom:10px; }
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }
h1 { font-size:18pt; }
h2 { font-size:16pt; }
h2.sh2 { font-size:16pt; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }
h4 { font-size:10pt; }
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }
pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }
.code { background-color:#FFFFE0; }
.blue { color:#0000C0 }
td.xplcode { background-color:#EEEEFF; }
.doc { background-color:#EEEEEE; }
.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; }
pre.normal { color:#000000; }
a:link { color:#AA5522; text-decoration:underline; }
a:visited { color:#772200; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
a.an { text-decoration:none; }
---------------------------------------------------------------------------
Es ist 'ne Alternative angegeben, auch wenn es "nur" sans-serif ist. Hmm, komisch. Ich kann's jetzt nicht nachstellen. Zum einen bin ich unter Windows in der Firma, zum anderen surfe ich mit w3m, einem Textbrowser.

Michael