@font-face {
  font-family: 'EnglishFont';
  src:url(EnglishFont.eot); /*兼容ie9*/
  src:url(EnglishFont.eot?#iefix)format('embedded-opentype'), /*兼容ie6-ie8*/
  url('EnglishFont.woff') format('woff'),
  local('EnglishFont'), url("EnglishFont.woff");/*默认使用本地的*/
}
