[MPlayer-dev-eng] Re: [PATCH] Development (Was: Clean up

Tobias Diedrich td at informatik.uni-hannover.de
Fri Mar 1 20:39:50 CET 2002


Gabucino wrote:
> Tobias Diedrich didn't RTFM :
> > I don't know why you insist on using <font> tags anyway, IMHO theres no
> > need to.
> No need to? :)
> My version:	Arial
> Your version:	Times...

So what ?
If you don't like Arial tell your browser to use Times instead... :-)

And if you still want to define the font it would be way cleaner with a
simple stylesheet:

cat > somename.css <EOF
body { font-family:Arial,sans-serif; font-size:12pt; } /* some comment */
EOF

Then put this in the <head>:
<link rel="stylesheet" type="text/css" href="somename.css">

Now any css-enabled browser should use a Arial font for rendering the
page.

-- 
Tobias								PGP: 0x9AC7E0BC
Hannover Fantreffen ML: mailto:fantreffen-request at mantrha.de?subject=subscribe
Manga & Anime Treff Hannover: http://www.mantrha.de/
Animeger FAQ: http://www.amichan.de/animeger.html



More information about the MPlayer-dev-eng mailing list