Pelican plugin to minify fontawesome assets to include used icons.
git clone https://github.com/m-col/pelican-minify-fontawesome
Files | Refs | Readme

Commit 1684403ccb9cbc01613ffb460f47460f1b7b3600
Parent: 0c43efc7263d5227b78b965c8c2f3af9cccad8f2
Author: mcol <mcol@posteo.net>
Date: 2019-10-20 21:26:00 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2019-10-20 21:26:00 +0100

add note about hard-refreshing in readme

readme.rst Modified

@@ -44,4 +44,13 @@
    Here is a regular icon :far:`meh-rolling-eyes`
    Here is a brand icon :fab:`github`
 
+Troubleshooting
+---------------
+
+If you are writing using the local devserver and new fonts are not showing in
+your draft, your browser has likely cached an older version of the generated
+font. Many browsers have a way to force a refresh of all requests, including
+fonts, which will fix this. In Firefox this is Ctrl-F5 instead of just F5 to
+refresh.
+
 This plugin has only been tested with fontawesome-free-5.11.2-web so far.