/**
 * Mercury runtime font overrides for this site.
 *
 * Mercury will automatically override its bundled src/fonts.css with
 * /fonts.css when present.
 */

@font-face {
  font-family: "Site Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src:
    local("Noto Sans TC"),
    local("PingFang TC"),
    local("Microsoft JhengHei"),
    local("Heiti TC");
}

@font-face {
  font-family: "Site Serif";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src:
    local("Noto Serif TC"),
    local("PMingLiU"),
    local("Songti TC");
}
