/* themes/redbaby/lib/iconfont/iconfont.css */
@font-face {
  font-family: "iconfont";
  src: url("./font.eot");              /* IE9-11 可留，可删 */
  src:
    url("./font.eot?#iefix") format("embedded-opentype"),
    url("./font.woff2")      format("woff2"),
    url("./font.woff")       format("woff"),
    url("./font.ttf")        format("truetype"),
    url("./font.svg#iconfont") format("svg");   /* 有 svg 文件时保留 */
  font-display: swap;
}
