Forum Moderators: not2easy
Does this mean the font trebuchet ms gets priority,
and when the end-user has not got the Trebuchet MS font, verdana gets displayed instead.
<style type="text/css">
#somediv .someclass {font-family: "Trebuchet MS", verdana;}
Does this mean the font trebuchet ms gets priority,
and when the end-user has not got the Trebuchet MS font, verdana gets displayed instead.
</style>
You should also add a generic font so if they don't have verdana either they still get something similar.
font-family: "Trebuchet MS", verdana, sans-serif; See [w3.org...] for more info.
added: oops.. too slow