comment out fontFamily for now

This commit is contained in:
Felix Roos 2023-12-14 14:50:17 +01:00
parent 37f97e1c17
commit 7b6f63db05

View File

@ -50,7 +50,7 @@
<option>xcodeLight</option> <option>xcodeLight</option>
</select> </label </select> </label
><br /> ><br />
<label <!-- <label
>keybindings >keybindings
<select name="keybindings"> <select name="keybindings">
<option>codemirror</option> <option>codemirror</option>
@ -65,7 +65,7 @@
<option>monospace</option> <option>monospace</option>
<option>helvetica</option> <option>helvetica</option>
</select> </label </select> </label
><br /> ><br /> -->
<label>fontSize <input type="number" name="fontSize" /></label> <label>fontSize <input type="number" name="fontSize" /></label>
<br /> <br />
<label><input type="checkbox" name="isLineNumbersDisplayed" />isLineNumbersDisplayed</label> <label><input type="checkbox" name="isLineNumbersDisplayed" />isLineNumbersDisplayed</label>