Use local copy of font-awesome CSS instead of CloudFlare? #2062
-
I noticed that <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet"> is it possible to make the CSS file available locally? or shall I change the template locally? Kind regards. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
The markdown sure did a number on that url you pasted... Since this is a dev-only page it might make sense to just copy it into your own |
Beta Was this translation helpful? Give feedback.
-
Yes, you can make your own replacement templates for 500 and 404. The built-in one is just a fallback. |
Beta Was this translation helpful? Give feedback.
-
Thank you @guest20 and @kraih. I shall do it locally. I just wasn't sure why The only reason I noticed was because my Internet dropped, and |
Beta Was this translation helpful? Give feedback.
-
We could probably defer the loading of the stylesheet to make the framework deal with this situation a little more gracefully. |
Beta Was this translation helpful? Give feedback.
The markdown sure did a number on that url you pasted...
Since this is a dev-only page it might make sense to just copy it into your own
templates/
directory and delete the lines you don't want. The css itself just adds some social media icons to the links in the footer. I'm sure you can live without that.