﻿@charset "utf-8";
/* Localhost */

@font-face {
  font-family: SansHantDL;
  src: url(../../font/NotoSansHant-DemiLight.otf) format("opentype");      
}
@font-face {
  font-family: SansHantL;
  src: url(../../font/NotoSansHant-Light.otf) format("opentype");      
}

@font-face {
  font-family: SansHantM;
  src: url(../../font/NotoSansHant-Medium.otf) format("opentype");      
}

@font-face {
  font-family: SansHantR;
  src: url(../../font/NotoSansHant-Regular.otf) format("opentype");      
}

/* 思源黑體 */
html[lang=zh-tw] body 
{ font-family: 'SansHantL',"微軟正黑體","Microsoft JhengHei", sans-serif;
  font-size:16px;
}

/* 英文字型 */
html[lang=en-gb] body{
 font-family: 'PT Sans',"微軟正黑體",Microsoft JhengHei, sans-serif;
 font-size:16px;
	}
.Oxygen {font-family: 'PT Sans',"微軟正黑體",Microsoft JhengHei, sans-serif;}/*中文版中使用的英文*/



/* 通用 */

.italic,em{ font-style: italic; }
.size20 { font-size:18px;}
.fw700,.strong ,strong { font-weight:700;}

/* 微軟正黑體 */
.JhengHei {font-family: "微軟正黑體",Microsoft JhengHei, sans-serif;}


