fix: optimise asian fonts

This commit is contained in:
ThaUnknown 2025-05-30 20:29:01 +02:00
parent 869f012734
commit ef48ac12e5
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -53,11 +53,11 @@ const OVERRIDE_FONTS: Partial<Record<typeof defaults.subtitleStyle, string>> = {
}
const LANGUAGE_OVERRIDES: Record<string, {url: string, name: string}> = {
jpn: { url: '/NotoSansJP.woff2', name: 'Noto Sans JP' },
kor: { url: '/NotoSansKR.woff2', name: 'Noto Sans KR' },
jpn: { url: '/NotoSansJP.woff2', name: 'Noto Sans JP Bold' },
kor: { url: '/NotoSansKR.woff2', name: 'Noto Sans KR Bold' },
chi: { url: '/NotoSansHK.woff2', name: 'Noto Sans HK' },
ja: { url: '/NotoSansJP.woff2', name: 'Noto Sans JP' },
ko: { url: '/NotoSansKR.woff2', name: 'Noto Sans KR' },
ja: { url: '/NotoSansJP.woff2', name: 'Noto Sans JP Bold' },
ko: { url: '/NotoSansKR.woff2', name: 'Noto Sans KR Bold' },
zh: { url: '/NotoSansHK.woff2', name: 'Noto Sans HK' }
}

Binary file not shown.

Binary file not shown.

Binary file not shown.