@font-face {
  font-family: "Raleway";
   src: url('../font/Raleway-Regular.eot'); /* IE9 Compat Modes */        
  src: url('../font/Raleway-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
       url("../font/Raleway-Regular.woff2") format("woff2"),
       url("../font/Raleway-Regular.woff") format("woff"),
       url("../font/Raleway-Regular.ttf") format("truetype"),
       url("../font/Raleway-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "方正黑体简体";
 src: url('../font/fz.eot'); /* IE9 Compat Modes */        
 src: url('../font/fz.eot') format('embedded-opentype'), /* IE6-IE8 */ 
       url("../font/方正黑体简体.woff2") format("woff2"),
       url("../font/方正黑体简体.woff") format("woff"),
       url("../font/方正黑体简体.ttf") format("truetype"),
       url("../font/方正黑体简体.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}