css 計算器中顯示的數字字體

image.png
地址php

使用:
    1.網絡上下載須要的 .ttf 格式的語言包,在css導入:
        @font-face {
          font-family: mFont;
          src: url('/fonts/font-chenjishi.ttf');
        }
    2.須要的字體引用:

    span{
        font: bold 30px mFont; //簡寫,原font-family: mFont;
    }
相關文章
相關標籤/搜索