Resume shipping Terminus TTF font

This commit is contained in:
Binrui Dong 2021-10-08 16:10:33 +08:00
parent fb322dea60
commit d233c4fe3c
No known key found for this signature in database
GPG Key ID: 90159C706481004E
2 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,8 @@ Cataclysm is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unpo
GNU Unifont (data/font/unifont.ttf) is licensed under GNU General Public License v2+ with the GNU font embedding exception. Visit http://unifoundry.com/LICENSE.txt for details.
Terminus Font (data/font/terminus.ttf) is licensed under the SIL Open Font License (see LICENSE-OFL-Terminus-Font.txt).
Vecterminus Font (data/font/VecTerminus12Medium.otf) is licensed under the SIL Open Font License (see LICENSE-OFL-Terminus-Font.txt).
CATCH unit-test framework (tests/catch/catch.hpp) is licensed under the Boost Software License. Visit https://github.com/philsquared/Catch/blob/master/LICENSE.txt to read the license.

View File

@ -2,15 +2,15 @@
"//1": "If more than one font is specified for a typeface the list is treated as a fallback order.",
"//2": "unifont will always be used as a 'last resort' fallback even if not listed here.",
"typeface": [
"data/font/VecTerminus12Medium.otf",
"data/font/Terminus.ttf",
"data/font/unifont.ttf"
],
"map_typeface": [
"data/font/VecTerminus12Medium.otf",
"data/font/Terminus.ttf",
"data/font/unifont.ttf"
],
"overmap_typeface": [
"data/font/VecTerminus12Medium.otf",
"data/font/Terminus.ttf",
"data/font/unifont.ttf"
]
}