1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-20 06:45:11 +03:00

Merge pull request #529 from iNavFlight/agh_update_fontlist

Add Vision font, move Clarity in front of Bold and Large
This commit is contained in:
Alberto García Hierro 2018-07-11 18:06:49 +01:00 committed by GitHub
commit fc0c8123da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
.PHONY: all clean .PHONY: all clean
FONTS = default bold large clarity FONTS = default vision clarity bold large
CHARMAPS = $(addsuffix .mcm, $(FONTS)) CHARMAPS = $(addsuffix .mcm, $(FONTS))
PREVIEWS = $(addsuffix .png, $(FONTS)) PREVIEWS = $(addsuffix .png, $(FONTS))

View file

@ -101,9 +101,10 @@
<div class="content_wrapper font-preview"></div> <div class="content_wrapper font-preview"></div>
<div class="fontbuttons"> <div class="fontbuttons">
<button data-font-file="default">Default</button> <button data-font-file="default">Default</button>
<button data-font-file="vision">Vision</button>
<button data-font-file="clarity">Clarity</button>
<button data-font-file="bold">Bold</button> <button data-font-file="bold">Bold</button>
<button data-font-file="large">Large</button> <button data-font-file="large">Large</button>
<button data-font-file="clarity">Clarity</button>
<button class="load_font_file">Open Font File</button> <button class="load_font_file">Open Font File</button>
</div> </div>
<div class="info"> <div class="info">