songs2slides

A tool that automatically finds song lyrics and creates lyric slideshows
git clone https://git.ashermorgan.net/songs2slides/
Log | Files | Refs | README

commit 56f4ba87484a1f9663256515bd8c70142430b27e
parent 53c2811cb3b2012bc8acc5c956e51e6b82071a4d
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Mon, 18 May 2020 16:13:57 -0700

Implement font family datalist.

Diffstat:
MSongs2Slides/templates/index.html | 18++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/Songs2Slides/templates/index.html b/Songs2Slides/templates/index.html @@ -103,9 +103,23 @@ <h3>Font settings</h3> <div> Family: - <select id="font-family" onchange="saveSettings();"> + <input id="font-family" list="fonts" onchange="saveSettings();"> + <datalist id="fonts"> + <option>Arial</option> + <option>Century</option> + <option>Century Gothic</option> <option>Calibri</option> - </select> + <option>Comic Sans MS</option> + <option>Courier New</option> + <option>Georgia</option> + <option>Impact</option> + <option>Rockwell</option> + <option>Segoe UI</option> + <option>Tahoma</option> + <option>Times New Roman</option> + <option>Trebuchet MS</option> + <option>Verdana</option> + </datalist> </div> <div> Size: