@charset "UTF-8";

@font-face {
  font-family: "Source Han Sans";
  src: url("sourcehansans.eot"); /* IE9 Compat Modes */ /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
  src: url("sourcehansans.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("sourcehansans.woff") format("woff"),
    /* Modern Browsers */ url("sourcehansans.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("sourcehansans.svg#YourWebFontName")
      format("svg"); /* Legacy iOS */      
  font-weight: normal;
  font-style: normal;
}