/*!
 * Font Awesome Brands 6.4.0
 * Brand icons
 */
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* QQ图标 */
.fa-qq:before {
    content: "\f1d6";
}

/* 微信图标 */
.fa-weixin:before,
.fa-wechat:before {
    content: "\f1d7";
}

/* 微博图标 */
.fa-weibo:before {
    content: "\f18a";
}

/* 支付宝图标 */
.fa-alipay:before {
    content: "\f642";
}

/* GitHub图标 */
.fa-github:before {
    content: "\f09b";
}
