New Fonts to complain about!

Thanks Drake!
Tweaks panels to look good now that font is slightly wider
This commit is contained in:
Lirusaito
2019-04-10 13:18:18 -04:00
parent ed88e55e04
commit 278459bdf2
21 changed files with 151 additions and 85 deletions

View File

@@ -111,8 +111,16 @@ class ViewerManifest(LLManifest):
self.end_prefix("character")
# Include our fonts
if self.prefix(src=os.path.join(pkgdir, "fonts"), dst="fonts"):
self.path("DejaVuSansCondensed*.ttf")
self.path("DejaVuSansMono.ttf")
self.path("DroidSans*.ttf")
self.path("NotoSansDisplay*.ttf")
self.path("SourceHanSans*.otf")
self.end_prefix()
# Include our font licenses
if self.prefix(src="fonts"):
self.path("*.ttf")
self.path("*.txt")
self.end_prefix("fonts")