@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* 必需的图标 */
.fa-plus:before { content: "\f067"; }
.fa-crown:before { content: "\f521"; }
.fa-eye:before { content: "\f06e"; }
.fa-star:before { content: "\f005"; }
.fa-share:before { content: "\f064"; }
.fa-mars:before { content: "\f222"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-share-square:before { content: "\f14d"; }
.fa-ellipsis-h:before { content: "\f141"; }
.fa-search:before { content: "\f002"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-times:before { content: "\f00d"; }

/* 基础样式 */
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
} 