﻿/* OPC project font entry.
   Put replaceable project font files in /static/fonts/app/ and update the URLs below.
   Example files: opc-ui.woff2, opc-ui-bold.woff2. */
:root {
  --opc-font-family: "OPC UI", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
}

/* Enable these rules after placing font files in /static/fonts/app/.
@font-face {
  font-family: "OPC UI";
  src: url("/static/fonts/app/opc-ui.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
*/
