/**
 * FA4 皮肤 / DataTables 等仍使用 font-family: FontAwesome | fontawesome（FA4 名称）
 * 映射到 FA5 solid 字体，避免升级后伪元素图标空白
 */
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
         url("../webfonts/fa-solid-900.woff") format("woff");
}

@font-face {
    font-family: 'fontawesome';
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
         url("../webfonts/fa-solid-900.woff") format("woff");
}

.glyphicon.fa {
    font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif;
    font-weight: 900;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after {
    font-family: 'Font Awesome 5 Free', 'FontAwesome', fontawesome, sans-serif;
    font-weight: 900;
}
