/* Element UI 图标字体：使用绝对路径，避免相对路径在部分环境下 404 */
@font-face {
    font-family: element-icons;
    src: url(/assets/element/fonts/element-icons.woff) format("woff"),
         url(/assets/element/fonts/element-icons.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
