• 网站引入特殊字体


    先获取这些字体文件

    然后添加css

    /*引入字体(pt-din-condensed-cyrillic)*/
    @font-face {
      font-family: 'pt';
      src: url('../font/pt/pt-din-condensed-cyrillic.eot');
      src: url('../font/pt/pt-din-condensed-cyrillic.eot?#iefix') format('embedded-opentype'),
      url('../font/pt/pt-din-condensed-cyrillic.woff') format('woff'),
      url('../font/pt/pt-din-condensed-cyrillic.ttf') format('truetype'),
      url('../font/pt/pt-din-condensed-cyrillic.svg') format('svg');
      font-style: normal;
      font-weight: normal;
    }
  • 相关阅读:
    字符、字符串和文本处理
    接口
    泛型
    事件
    Expression表达式树 案例
    栈帧
    属性
    方法
    常量和字段
    Dynamic
  • 原文地址:https://www.cnblogs.com/chenzeyongjsj/p/7063713.html
Copyright © 2020-2023  润新知