Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto García Hierro <alberto@garciahierro.com>2018-07-09 03:00:16 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2018-07-11 19:58:13 +0300
commitd2d0efc1d3d58bf9ad738c2db127eaab6da18991 (patch)
treec164315bef2bdf4cde9b290e0b0aa3572b48fe64 /resources
parentf48c6a0802da022fc8fc6b9bd8a03203bdbd9970 (diff)
Add Vision font, move Clarity in front of Bold and Large
Also, add them to the Makefile so they'll get updated by make when changes to the source icons are made.
Diffstat (limited to 'resources')
-rw-r--r--resources/osd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/osd/Makefile b/resources/osd/Makefile
index 9c6167da..e2cb5e62 100644
--- a/resources/osd/Makefile
+++ b/resources/osd/Makefile
@@ -1,6 +1,6 @@
.PHONY: all clean
-FONTS = default bold large clarity
+FONTS = default vision clarity bold large
CHARMAPS = $(addsuffix .mcm, $(FONTS))
PREVIEWS = $(addsuffix .png, $(FONTS))