diff options
author | 2024-02-23 15:27:44 +0800 | |
---|---|---|
committer | 2024-02-23 15:27:44 +0800 | |
commit | 9d59478cbd6db8660d974d5df28b312dc28e6216 (patch) | |
tree | ab9196dd3bbc12ea222301466dbf5d0af636f4a8 /pydis_site/settings.py | |
parent | Merge pull request #1228 from python-discord/resources_config_ready (diff) |
Move from Font Awesome Kit to static files
- Lemon's fa kit (free plan) had been used till now which had
limitations such as total number of views that we've long exceeded
- This gives more control on the static assets to use
- Allows showing icons in development
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index a916ddb0..dfde9cef 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -369,7 +369,6 @@ BULMA_SETTINGS = { "bulma-dropdown", "bulma-navbar-burger", ], - "fontawesome_token": "ff22cb6f41", } # Information about site repository |