Make code and ui font smaller at 12

This commit is contained in:
Francesco Abbate
2021-02-19 16:23:19 +01:00
parent f22a56a651
commit 4f2e38d41f
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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