@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    src: url('/static/fonts/fontawesome/fa-solid-900.woff2') format('woff2'),
         url('/static/fonts/fontawesome/fa-solid-900.woff') format('woff'),
         url('/static/fonts/fontawesome/fa-solid-900.ttf') format('truetype');
}

.fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

/* 只包含我们需要的图标 */
.fa-briefcase:before { content: "\f0b1"; }
.fa-heart:before { content: "\f004"; }
.fa-coins:before { content: "\f51e"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-share-alt:before { content: "\f1e0"; } 