/**
 * @file icon.css
 */

 @font-face {
  font-family: "MsJhengHeiBold";
  src: local("微軟正黑體");
  font-weight: normal;

}
@font-face {
  font-family: 'MsJhengHeiBold';
  unicode-range: U+78a7, U+7b75, U+7db0;
  src: url("MicrosoftJhengHei.eot"); /* IE9 */
  src: url("MicrosoftJhengHei.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("MicrosoftJhengHei.woff2") format("woff2"), /* chrome、firefox、opera、Safari, Android, iOS */
  url("MicrosoftJhengHei.woff") format("woff"), /* chrome、firefox */
  url("MicrosoftJhengHei.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
  url("MicrosoftJhengHei.svg#uxfonteditor") format("svg"); /* iOS 4.1- */
  font-weight: bold;
  font-style: normal;
}
