/**
 * Local Layui 2.6.8 icon font fallback.
 * A dedicated family name prevents an old, damaged embedded font-face from
 * winning the browser's font matching algorithm.
 */
@font-face {
  font-family: "layui-icon-fixed";
  src: url("../font/iconfont.eot?v=256-fixed-20260914");
  src: url("../font/iconfont.eot?v=256-fixed-20260914#iefix") format("embedded-opentype"),
       url("../font/iconfont.woff2?v=256-fixed-20260914") format("woff2"),
       url("../font/iconfont.woff?v=256-fixed-20260914") format("woff"),
       url("../font/iconfont.ttf?v=256-fixed-20260914") format("truetype"),
       url("../font/iconfont.svg?v=256-fixed-20260914#layui-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html body .layui-icon {
  font-family: "layui-icon-fixed" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
