<li id="lnxxx"><object id="lnxxx"></object></li>
  • <button id="lnxxx"><object id="lnxxx"></object></button>
    <s id="lnxxx"></s>
    <button id="lnxxx"></button>
      <button id="lnxxx"><acronym id="lnxxx"></acronym></button><dd id="lnxxx"><noscript id="lnxxx"></noscript></dd>
    1. <em id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></em>

      <rp id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></rp>
      0712-2888027 189-8648-0214
      微信公眾號

      孝感風信網絡科技有限公司微信公眾號

      當前位置:主頁 > 技術支持 > HTML5/CSS3 > 移動端html5手機網站如何定義字體font-family

      移動端html5手機網站如何定義字體font-family

      時間:2024-01-20來源:風信官網 點擊: 6730次
      使用自定義字體時候,很容易像PC端那樣定義,其實安卓和ISO系統,對中文字體是不支持,所以定義以后看到效果不是直接定義字體效果,如果需要定義大家會想到 @font-face 定義為微軟雅黑字體并存放到 web 服務器上,在需要使用時被自動下載
      @font-face {
          font-family: 'MicrosoftYaHei';
          src: url('MicrosoftYaHei.eot'); /* IE9 Compat Modes */
          src: url('MicrosoftYaHei.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
                   url('MicrosoftYaHei.woff') format('woff'), /* Modern Browsers */
                   url('MicrosoftYaHei.ttf')  format('truetype'), /* Safari, Android, iOS */
                   url('MicrosoftYaHei.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */
         }
       
      問題雖然解決了,但是這樣操作很消耗用戶流量,也對頁面打開造成了很大延遲。
      我們在一起看看三大主流系統他們字體到底支持哪些呢?
       
      ios 系統
       
      默認中文字體是Heiti SC
      默認英文字體是Helvetica
      默認數字字體是HelveticaNeue
      無微軟雅黑字體
       
      android 系統
       
      默認中文字體是Droidsansfallback
      默認英文和數字字體是Droid Sans
      無微軟雅黑字體
       
      winphone 系統
       
      默認中文字體是Dengxian(方正等線體)
      默認英文和數字字體是Segoe
      無微軟雅黑字體
       
      總結:
      各個手機系統有自己的默認字體,一般不支持我們常用字體,例如微軟雅黑等;
      如無特殊需求,手機端無需定義中文字體,使用系統默認即可。
      英文字體和數字字體可使用 Helvetica ,三種系統都支持。
      /* 移動端定義字體的代碼 */
      body{font-family:Helvetica;}
      欄目列表
      推薦內容
      熱點內容
      展開
      无码流畅人妻一区二区三区|国产亚洲日韩精品一二三区|无码中文字幕av免费放∨|日韩人妻AV无码一区

      <li id="lnxxx"><object id="lnxxx"></object></li>
    2. <button id="lnxxx"><object id="lnxxx"></object></button>
      <s id="lnxxx"></s>
      <button id="lnxxx"></button>
        <button id="lnxxx"><acronym id="lnxxx"></acronym></button><dd id="lnxxx"><noscript id="lnxxx"></noscript></dd>
      1. <em id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></em>

        <rp id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></rp>