/*
 * 字體優化版本
 * 使用 Google Fonts CDN 替代本地字體
 * 原本地字體大小: 112MB -> 現在: 0MB (使用 CDN)
 */

/* 備用字體定義 - 僅在 Google Fonts 載入失敗時使用 */
/* 如需使用本地字體作為備用，可取消以下註解 */

/*
@font-face {
  font-family: 'Noto Serif TC Fallback';
  src: url('./assets/fonts/Noto_Serif_TC/NotoSerifTC-Regular.otf');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans TC Fallback';
  src: url('./assets/fonts/Noto_Sans_TC/static/NotoSansTC-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
*/
