Add Zed-Font Medium (Mono)

* And add notice to settings with license and credits
This commit is contained in:
Martin Valba 2023-01-14 20:26:05 +02:00
parent d044eb7842
commit ca627bbbff
2 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -137,6 +137,14 @@ class AboutActivity : AppCompatActivity() {
SILOpenFontLicense11() 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) LicensesDialog.Builder(this)
.setNotices(notices) .setNotices(notices)
.setIncludeOwnLicense(true) .setIncludeOwnLicense(true)