/**
 * Font Awesome 6.x 简化版样式
 * 用于后台管理界面图标
 */

/* 使用 Font Awesome CDN，或者下载到本地 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* 如果需要本地部署，请下载 Font Awesome 到 static/fonts/ 目录 */
/* 并取消下面的注释，注释掉上面的 CDN 链接 */

/*
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('/static/fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/static/fonts/fa-regular-400.woff2') format('woff2');
}

.fa,
.fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.far {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}
*/
