Enable subpixel AA and hinting by default in the demo

This commit is contained in:
Patrick Walton 2017-09-09 13:14:25 -07:00
parent eb9c0ceb4d
commit ce855cc0ff
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
<div class="form-check">
<label class="form-check-label">
<input class="form-check-input" value="" type="checkbox"
id="pf-subpixel-aa">
id="pf-subpixel-aa" checked>
Subpixel AA
</label>
</div>
@ -55,7 +55,7 @@
<select id="pf-hinting-select"
class="form-control custom-select">
<option value="none">None</option>
<option value="slight">Slight</option>
<option value="slight" selected>Slight</option>
</select>
</div>
</form>