From 9d59478cbd6db8660d974d5df28b312dc28e6216 Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 23 Feb 2024 15:27:44 +0800 Subject: 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 --- pydis_site/settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pydis_site/settings.py') 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 -- cgit v1.2.3