aboutsummaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorJosh <[email protected]>2020-07-03 00:18:45 +1000
committerRapptz <[email protected]>2020-12-18 21:18:55 -0500
commit0d586915612f4222ca7e92123f9ede889c1856df (patch)
tree6ab0f85d900e54569c94990c896d521a884b5439 /docs/_templates
parentRedesign admonitions to look a little better. (diff)
downloaddiscord.py-0d586915612f4222ca7e92123f9ede889c1856df.tar.xz
discord.py-0d586915612f4222ca7e92123f9ede889c1856df.zip
Default to sans-serif font
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/layout.html6
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>