devwiki:html

This is an old revision of the document!


Use custom Font in web

  • convert tff font to webfont:
  • define font face in css 1st line
    @font-face {
        font-family: 'theFontNameHere';
        src: url('theFontNameHere-webfont.woff2') format('woff2'),
             url('theFontNameHere-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
     
    }
  • devwiki/html.1623092285.txt.gz
  • Last modified: 2021/06/07 18:58
  • by ying