aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/core/style.lua4
-rw-r--r--data/fonts/fontello.ttfbin27156 -> 0 bytes
-rw-r--r--data/fonts/icons.ttfbin7644 -> 27156 bytes
-rw-r--r--dev-utils/fontello-config.json (renamed from fontello-config.json)0
4 files changed, 2 insertions, 2 deletions
diff --git a/data/core/style.lua b/data/core/style.lua
index f5030484..d5fad9e0 100644
--- a/data/core/style.lua
+++ b/data/core/style.lua
@@ -23,8 +23,8 @@ style.tab_width = common.round(170 * SCALE)
-- The antialiasing grayscale with full hinting is interesting for crisp font rendering.
style.font = renderer.font.load(DATADIR .. "/fonts/font.ttf", 14 * SCALE)
style.big_font = renderer.font.load(DATADIR .. "/fonts/font.ttf", 34 * SCALE)
-style.icon_font = renderer.font.load(DATADIR .. "/fonts/fontello.ttf", 14 * SCALE, {antialiasing="grayscale", hinting="full"})
-style.icon_big_font = renderer.font.load(DATADIR .. "/fonts/fontello.ttf", 20 * SCALE, {antialiasing="grayscale", hinting="full"})
+style.icon_font = renderer.font.load(DATADIR .. "/fonts/icons.ttf", 14 * SCALE, {antialiasing="grayscale", hinting="full"})
+style.icon_big_font = renderer.font.load(DATADIR .. "/fonts/icons.ttf", 20 * SCALE, {antialiasing="grayscale", hinting="full"})
style.code_font = renderer.font.load(DATADIR .. "/fonts/monospace.ttf", 13.5 * SCALE)
style.background = { common.color "#2e2e32" }
diff --git a/data/fonts/fontello.ttf b/data/fonts/fontello.ttf
deleted file mode 100644
index be075d48..00000000
--- a/data/fonts/fontello.ttf
+++ /dev/null
Binary files differ
diff --git a/data/fonts/icons.ttf b/data/fonts/icons.ttf
index d74fe737..be075d48 100644
--- a/data/fonts/icons.ttf
+++ b/data/fonts/icons.ttf
Binary files differ
diff --git a/fontello-config.json b/dev-utils/fontello-config.json
index 9dd4681d..9dd4681d 100644
--- a/fontello-config.json
+++ b/dev-utils/fontello-config.json