/* 精简版 Font Awesome - 只包含你需要的图标 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
         url("../webfonts/fa-brands-400.woff2") format("woff2"),
         url("../webfonts/fa-brands-400.woff") format("woff"),
         url("../webfonts/fa-brands-400.ttf") format("truetype"),
         url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
         url("../webfonts/fa-solid-900.woff2") format("woff2"),
         url("../webfonts/fa-solid-900.woff") format("woff"),
         url("../webfonts/fa-solid-900.ttf") format("truetype"),
         url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

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

.fab {
    font-family: 'Font Awesome 5 Brands';
}

/* 你的网站使用的具体图标 */
.fa-rocket:before { content: "\f135"; }
.fa-home:before { content: "\f015"; }
.fa-globe-americas:before { content: "\f57d"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-windows:before { content: "\f17a"; }
.fa-apple:before { content: "\f179"; }
.fa-android:before { content: "\f17b"; }
.fa-app-store-ios:before { content: "\f370"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-download:before { content: "\f019"; }
.fa-microchip:before { content: "\f2db"; }
.fa-apple-alt:before { content: "\f5d1"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-crown:before { content: "\f521"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-question-circle:before { content: "\f059"; }
.fa-lock:before { content: "\f023"; }
.fa-globe:before { content: "\f0ac"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-cogs:before { content: "\f085"; }
.fa-headset:before { content: "\f590"; }
.fa-times:before { content: "\f00d"; }