@font-face {
  font-family: '台語';
  src: url('../fonts/DFPT_K9_v1.woff') format('truetype');
}
@font-face {
  font-family: '標楷';
  src: url('../fonts/ZihiKaiStd-jp-v3.woff') format('truetype');
}
@font-face {
  font-family: '粗楷';
  src: url('../fonts/DFPT_K9_v1.woff') format('truetype');
}
@font-face {
  font-family: '源石黑';
  src: url('../fonts/GenSekiGothicTW-L-01.ttf') format('truetype');
}
@font-face {
  font-family: 'tws';
  src: url('../fonts/tws.ttf') format('truetype');
}
@font-face {
  font-family: 'digital';
  src: url('../fonts/digital-7\ \(mono\).ttf') format('truetype');
}

* {
  touch-action: pan-x pan-y;
}

/** rewrite bootstrap setting */
.form-control {
  display: unset;
  width: unset;
  border-radius: 2px;
}

.btn {
  border-radius: 2px;
}

/** functional css */
.font-黑 {
  font-family: 源石黑;
}
