============================================
# Font files expiration: 1 week after request
ExpiresByType application/vnd.ms-fontobject "now plus 1 week"
ExpiresByType application/x-font-ttf "now plus 1 week"
ExpiresByType application/x-font-opentype "now plus 1 week"
ExpiresByType application/x-font-woff "now plus 1 week"
ExpiresByType image/svg+xml "now plus 1 week"
============================================
Still google pagespeed complains:
=================================
Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
Leverage browser caching for the following cacheable resources:
https://mywebsite.com/…fonts/glyphicons-halflings-regular.woff2 (4 hours)
https://mywebsite.com/…/fonts/fontawesome-webfont.woff2?v=4.7.0 (4 hours)
=================================
I have already read this:
https://www.akeebabackup.com/support/admin-tools/Ticket/25959-improve-expire-also-for-font-files.html
Advice on how to fix the issue, please?