Switch to FiraSans and JetBrainsMono fonts

This commit is contained in:
Francesco Abbate
2021-05-22 15:09:54 +02:00
parent a254d393db
commit 217360ed31
13 changed files with 191 additions and 56 deletions
+2 -2
View File
@@ -274,8 +274,8 @@ local style = require "core.style"
------------------------------- Fonts ----------------------------------------
-- customize fonts:
-- style.font = renderer.font.load(DATADIR .. "/fonts/font.ttf", 13 * SCALE)
-- style.code_font = renderer.font.load(DATADIR .. "/fonts/monospace.ttf", 12 * SCALE)
-- style.font = renderer.font.load(DATADIR .. "/fonts/FiraSans-Medium.ttf", 13 * SCALE)
-- style.code_font = renderer.font.load(DATADIR .. "/fonts/JetBrainsMono-Regular.ttf", 13 * SCALE)
--
-- font names used by lite:
-- style.font : user interface