Duke Will
07-30-2003, 10:45 AM
I am currently using this to do an Arial font on the whole page (thanks to someone on here that told me)...
<style type="text/css">
<!--
body {font-family:Arial, sans-serif}
-->
</style>
But I saw a page with this font...
<font face="Trebuchet MS" size="2">
...and I like the way it looks. I guess it would be okay if I changed it? (From a webmastering point... I assume my designating the font is okay with surfers.) So, how should I write that? Or is it "bad" to do this?
<style type="text/css">
<!--
body {font-family:Arial, sans-serif}
-->
</style>
But I saw a page with this font...
<font face="Trebuchet MS" size="2">
...and I like the way it looks. I guess it would be okay if I changed it? (From a webmastering point... I assume my designating the font is okay with surfers.) So, how should I write that? Or is it "bad" to do this?