diff options
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/layout.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index ef5a81d2..4f9e564a 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -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> |