This commit is contained in:
Anthony Stirling
2023-12-28 22:52:53 +00:00
parent 5d611a2fa3
commit 4f6286845d
5 changed files with 36 additions and 18 deletions

View File

@@ -182,7 +182,7 @@
<input type="text" class="form-control" id="sigText" name="sigText">
<label th:text="#{font}"></label>
<select class="form-control" name="font" id="font-select">
<option th:each="font : ${fonts}" th:value="${font}" th:text="${font}" th:class="${font.toLowerCase()+'-font'}"></option>
<option th:each="font : ${fonts}" th:value="${font}" th:text="${font}" th:class="${font + '-font'}"></option>
</select>
<div class="margin-auto-parent">