I don\'t know if this is possible, and if not, if someone can throw out optional ideas, but I\'m attempting to display a drop down of different fonts (specifically, font\'s
You can simply use like this
<select id='lstFonts' class='form-control'> <option style="font-family:Arial" value="Arial">Arial</option> <option style="font-family:Verdana" value="Verdana">Arial</option> </select>