﻿/* 本地化 Google Fonts 拉丁子集，中文字体回落到系统字体 */
@font-face {
    font-family: 'Black Ops One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('BlackOpsOne-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Saira Stencil One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('SairaStencilOne-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Special Elite';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('SpecialElite-Regular.woff2') format('woff2');
}
