/* local-fonts.css - 放在 /wp-content/uploads/fonts/ 目录下 */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/uploads/fonts/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/uploads/fonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
}