Default to sans-serif font

This commit is contained in:
Josh
2020-07-03 00:18:45 +10:00
committed by Rapptz
parent c97335873b
commit 0d58691561
3 changed files with 7 additions and 7 deletions

View File

@ -142,10 +142,10 @@
<h1>Settings</h1>
<div class='setting'>
<h3>Use a sans-serif font:
<h3>Use a serif font:
<label class="toggle"
title="Use a sans serif font? Your system font will be used, falling back to `sans-serif`.">
<input type="checkbox" name="useSansFont" onclick="updateSetting(this);">
title="Use a serif font? Your system font will be used, falling back to serif.">
<input type="checkbox" name="useSerifFont" onclick="updateSetting(this);">
<span class="toggle-slider"></span>
</label>
</h3>