Load font-awesome from assets.postgresql.eu
authorMagnus Hagander <[email protected]>
Tue, 10 Jan 2023 20:22:33 +0000 (21:22 +0100)
committerMagnus Hagander <[email protected]>
Tue, 10 Jan 2023 20:22:33 +0000 (21:22 +0100)
code/skin_settings.py

index 63edc5e3791c00ddd68d46c3c15c36645105de27..f1afeeaecf214f553980f42b65d70e2dcef93437 100644 (file)
@@ -37,8 +37,7 @@ ASSETS_OVERRIDE = {
         "css": "https://assets.postgresql.eu/bootstrap/4/css/bootstrap.min.css",
         "js": "https://assets.postgresql.eu/bootstrap/4/js/bootstrap.min.js",
     },
-    "xbootstrap4": {
-        "css": "https://maxcdn.bootstrapcdn.com/bootstrap/4.6.0/css/bootstrap.min.css",
-        "js": "https://maxcdn.bootstrapcdn.com/bootstrap/4.6.0/js/bootstrap.min.js",
-    },
+    "fontawesome6": {
+        "css": "https://assets.postgresql.eu/font-awesome/fontawesome-free-6/css/all.min.css",
+    }
 }