mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Default to sans-serif font
This commit is contained in:
6
docs/_templates/layout.html
vendored
6
docs/_templates/layout.html
vendored
@ -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>
|
||||
|
Reference in New Issue
Block a user