web標準推薦以下字體定義方法:
body { font-family : "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋體,sans-serif; }
*字體按照所列的順序選用。如果使用者的電腦含有Lucida Grande字體,文件將被指定為Lucida Grande。沒有的話,就被指定為Verdana字體,如果也沒有Verdana,就指定為Lucida字體,依此類推。
* Lucida Grande字體適合Mac OS X;
* Verdana字體適合所有的Windows系統;
* Lucida適合UNIX用戶
* "宋體"適合中文簡體使用者;
* 如果所列出的字體都不能用,則預設的sans-serif字體能保證呼叫。