Make code and ui font smaller at 12
This commit is contained in:
+2
-2
@@ -269,8 +269,8 @@ local style = require "core.style"
|
||||
------------------------------- Fonts ----------------------------------------
|
||||
|
||||
-- customize fonts:
|
||||
-- style.font = renderer.font.load(DATADIR .. "/fonts/font.ttf", 14 * SCALE)
|
||||
-- style.code_font = renderer.font.load(DATADIR .. "/fonts/monospace.ttf", 12.5 * SCALE)
|
||||
-- style.font = renderer.font.load(DATADIR .. "/fonts/font.ttf", 12 * SCALE)
|
||||
-- style.code_font = renderer.font.load(DATADIR .. "/fonts/monospace.ttf", 12 * SCALE)
|
||||
--
|
||||
-- font names used by lite:
|
||||
-- style.font : user interface
|
||||
|
||||
Reference in New Issue
Block a user