mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 17:59:52 +00:00
Default to sans-serif font
This commit is contained in:
2
docs/_static/custom.js
vendored
2
docs/_static/custom.js
vendored
@ -44,7 +44,7 @@ function getRootAttributeToggle(attributeName, valueName) {
|
||||
}
|
||||
|
||||
const settings = {
|
||||
useSansFont: getRootAttributeToggle('font', 'sans'),
|
||||
useSerifFont: getRootAttributeToggle('font', 'serif'),
|
||||
useDarkTheme: getRootAttributeToggle('theme', 'dark')
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user