haixunMaster/lib/fonts.ts

18 lines
676 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/** 專案字型設定與授權說明 */
export const FONTS = {
/** 縫合像素字體 12px 比例繁體 — SIL OFL 1.1,免費可商用 */
pixel: {
name: "Fusion Pixel 12px Proportional",
family: "Fusion Pixel 12px Proportional",
license: "SIL Open Font License 1.1",
source: "https://github.com/TakWolf/fusion-pixel-font",
file: "app/fonts/fusion-pixel-12px-proportional-zh-hant.woff2",
},
/** Noto Sans TC — SIL OFL 1.1Google Fonts 免費可商用;長文閱讀備援 */
readable: {
name: "Noto Sans TC",
license: "SIL Open Font License 1.1",
source: "https://fonts.google.com/noto/specimen/Noto+Sans+TC",
},
} as const;