remove foreign language fonts copied to seedsigner-translations
What changed, and why it matters
This commit simply deletes five font files (for Arabic, Japanese, Korean, Simplified Chinese, and Thai text) from the project. There is no code change and no security-relevant behavior is modified. The action appears to be a cleanup or licensing/compliance step, not a fix for a vulnerability.
No security action required. Treat as routine repository maintenance. If the fonts were removed due to licensing concerns, verify that the project still has appropriate font coverage for its supported languages.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit removes five binary TrueType font files under src/seedsigner/resources/fonts/: NotoSansAR-Regular.ttf, NotoSansJP-Regular.ttf, NotoSansKR-Regular.ttf, NotoSansSC-Regular.ttf, and NotoSansTH-Regular.ttf. The diff shows only file deletions with no accompanying source-code modifications. No executable logic, parsing routines, or security controls are affected.
Changed components
src/seedsigner/resources/fonts/NotoSansAR-Regular.ttfsrc/seedsigner/resources/fonts/NotoSansJP-Regular.ttfsrc/seedsigner/resources/fonts/NotoSansKR-Regular.ttfsrc/seedsigner/resources/fonts/NotoSansSC-Regular.ttfsrc/seedsigner/resources/fonts/NotoSansTH-Regular.ttfInspect captured patch +0 / −0
diff --git a/src/seedsigner/resources/fonts/NotoSansAR-Regular.ttf b/src/seedsigner/resources/fonts/NotoSansAR-Regular.ttf
deleted file mode 100644
index 08a5b52..0000000
Binary files a/src/seedsigner/resources/fonts/NotoSansAR-Regular.ttf and /dev/null differ
diff --git a/src/seedsigner/resources/fonts/NotoSansJP-Regular.ttf b/src/seedsigner/resources/fonts/NotoSansJP-Regular.ttf
deleted file mode 100644
index b2dad73..0000000
Binary files a/src/seedsigner/resources/fonts/NotoSansJP-Regular.ttf and /dev/null differ
diff --git a/src/seedsigner/resources/fonts/NotoSansKR-Regular.ttf b/src/seedsigner/resources/fonts/NotoSansKR-Regular.ttf
deleted file mode 100644
index 1b14d32..0000000
Binary files a/src/seedsigner/resources/fonts/NotoSansKR-Regular.ttf and /dev/null differ
diff --git a/src/seedsigner/resources/fonts/NotoSansSC-Regular.ttf b/src/seedsigner/resources/fonts/NotoSansSC-Regular.ttf
deleted file mode 100644
index 7056f5e..0000000
Binary files a/src/seedsigner/resources/fonts/NotoSansSC-Regular.ttf and /dev/null differ
diff --git a/src/seedsigner/resources/fonts/NotoSansTH-Regular.ttf b/src/seedsigner/resources/fonts/NotoSansTH-Regular.ttf
deleted file mode 100644
index 54f3e29..0000000
Binary files a/src/seedsigner/resources/fonts/NotoSansTH-Regular.ttf and /dev/null differ
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.