/* 排除 U+0026 (&)，使该符号回退到 Arial / 微软雅黑 */
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/static/font/Blinker-Thin.ttf') format('truetype');
  unicode-range: U+0020-0025, U+0027-FFFF;
}

@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/static/font/Blinker-ExtraLight.ttf') format('truetype');
  unicode-range: U+0020-0025, U+0027-FFFF;
}

@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/static/font/Blinker-Light.ttf') format('truetype');
  unicode-range: U+0020-0025, U+0027-FFFF;
}

@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/font/Blinker-Regular.ttf') format('truetype');
  unicode-range: U+0020-0025, U+0027-FFFF;
}

@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/font/Blinker-SemiBold.ttf') format('truetype');
  unicode-range: U+0020-0025, U+0027-FFFF;
}

@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/font/Blinker-Bold.ttf') format('truetype');
  unicode-range: U+0020-0025, U+0027-FFFF;
}

@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/static/font/Blinker-ExtraBold.ttf') format('truetype');
  unicode-range: U+0020-0025, U+0027-FFFF;
}

@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/static/font/Blinker-Black.ttf') format('truetype');
  unicode-range: U+0020-0025, U+0027-FFFF;
}
