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:
commit
fc0c8123da
2 changed files with 3 additions and 2 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue