/* 
fontset css Stylesheet
*/

@font-face {
  font-family: "AGaramondPro";
  src:url("font/AGaramondPro-Regular.eot");
  src:url("font/AGaramondPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("font/AGaramondPro-Regular.woff") format("woff"),
    url("font/AGaramondPro-Regular.ttf") format("truetype"),
    url("font/AGaramondPro-Regular.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: "MyriadPro-Regular";
    src: url("font/MyriadPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: "AGaramond-Regular";
    src: url("font/AGaramond-Regular.otf") format("opentype");
}


body { 
    font-family: "AGaramondPro","新細明體", "PMingLiU","FangSong", "仿宋", STFangSong, "华文仿宋", 宋体, SimSun, serif;
}




