WEB標準字型常規定義_CSS/HTML

來源:互聯網
上載者:User
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字型能保證調用。
  • 相關文章

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.