Font: unify font styling

This commit is contained in:
Frans de Jonge
2017-04-29 10:38:09 +02:00
committed by Qingping Hou
parent 19928f2b1b
commit e1aa57f27e
30 changed files with 385 additions and 354 deletions

View File

@@ -78,7 +78,7 @@ function FileManager:init()
self.show_parent = self.show_parent or self
self.path_text = TextWidget:new{
face = Font:getFace("infofont", 18),
face = Font:getFace("xx_smallinfofont"),
text = abbreviate(self.root_path),
}
@@ -87,7 +87,7 @@ function FileManager:init()
bordersize = 0,
VerticalGroup:new{
TextWidget:new{
face = Font:getFace("tfont", 24),
face = Font:getFace("smalltfont"),
text = self.title,
},
CenterContainer:new{