字体图标无法正常渲染效果:
只是出现一个小矩形框
解决方法,可能是fonts的路径错误,如:
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?tqc7h3');
    src:  url('../fonts/icomoon.eot?tqc7h3#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?tqc7h3') format('truetype'),
      url('../fonts/icomoon.woff?tqc7h3') format('woff'),
      url('../fonts/icomoon.svg?tqc7h3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
要返回上级目录才行