/*!
 * Font Awesome Free 5.13.0 - Solid のみの縮小版
 * https://fontawesome.com  License: Font (SIL OFL 1.1) / CSS (MIT)
 * 使用箇所: パンくず HOME アイコン(fa-home)、タグアイコン(.tagcloud a:before)、引用符(blockquote:before/after)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff");
}
.fa,
.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;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.fa-home:before { content: "\f015"; }
.fa-tag:before { content: "\f02b"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-quote-right:before { content: "\f10e"; }
