You can specify a number of fonts through styles or, better, CSS so that if the first font in the list isn't available it will try the next and so on. Like this: html, body { font-family: Verdana, Tahoma, Arial, Helvetica, 'MS Sans Serif'; ... etc, etc.
me, me, me