
@font-face {
  font-family: 'Didot';
  src: url(../fonts/Didot.ttf),
        url(../fonts/Didot-Italic.ttf);
}
@font-face {
  font-family: 'CJKtc';
  src: url(../fonts/NotoSerifCJKtc-Regular.otf);
}

@font-face {
  font-family: 'Lora';
  src: url(../fonts/Lora-Italic.ttf),
  	   url(../fonts/Lora-Regular.ttf);
}

@font-face {
  font-family: 'GenYoGothicTW';
  src: url(../fonts/GenYoGothicTW-Bold.ttf);
}

@font-face {
  font-family: 'bold';
  src: url(../fonts/SourceHanSansTC-Bold.otf);
}

@font-face {
  font-family: 'medium';
  src: url(../fonts/SourceHanSansTC-Medium.otf);
}

body, input, textarea, select {
    /*font-family: 'Lora' , 'CJKtc', Verdana, Geneva, serif;*/
    font-family: 'Lora', 'CJKtc', Georgia, "Times New Roman", Times, serif;
    /*font-family: Geneva, 'CJKtc', Verdana, sans-serif;*/
}

h1, h2, h3, h4, h5, h6, .heading {
    font-family: 'Lora', 'CJKtc', Georgia, "Times New Roman", Times, serif;
}

#logo h1,
#accordion h3,
#accordion a{
	font-family: 'Lora', 'CJKtc', Georgia, "Times New Roman", Times, serif;
}

