diff --git a/nhterm/src/main/assets/fonts/ZedMonoMedium.ttf b/nhterm/src/main/assets/fonts/ZedMonoMedium.ttf new file mode 100644 index 0000000..06f90d6 Binary files /dev/null and b/nhterm/src/main/assets/fonts/ZedMonoMedium.ttf differ diff --git a/nhterm/src/main/java/com/offsec/nhterm/ui/other/AboutActivity.kt b/nhterm/src/main/java/com/offsec/nhterm/ui/other/AboutActivity.kt index 9c11a47..73ce5ed 100644 --- a/nhterm/src/main/java/com/offsec/nhterm/ui/other/AboutActivity.kt +++ b/nhterm/src/main/java/com/offsec/nhterm/ui/other/AboutActivity.kt @@ -137,6 +137,14 @@ class AboutActivity : AppCompatActivity() { SILOpenFontLicense11() ) ) + notices.addNotice( + Notice( + "Zed Fonts", + "https://github.com/zed-industries/zed-fonts", + "Copyright 2015-2021, Renzhi Li (aka. Belleve Invis, belleve@typeof.net)", + SILOpenFontLicense11() + ) + ) LicensesDialog.Builder(this) .setNotices(notices) .setIncludeOwnLicense(true)