Possible Duplicate:
list every font a user's browser can display
I want to display all the fonts in my system in dropdown box how can i do this Till now i was just specifying the fonts name manually..
<select id="family" name="family">
<option>Verdana</option>
<option>Arial</option>
<option>Helvetica</option>
<option>Times New Roman</option>
<option>Comic Sans MS</option>
</select>