|
What browser are you expecting your visitors to use - Netscape 3 perhaps?
That was about the last browser that needed document.write and font tags.
All modern browsers expect fonts to be set in the CSS.
You can update the HTML from JavaScript using innerHTML and update the font using style.font
|