Subject: Fix for Client Downloading “fonts.css” Multiple Times
Hi everyone,
I recently encountered an issue where the Xibo client was repeatedly downloading the “fonts.css” file. This can lead to unnecessary network traffic and potentially slower loading times.
Solution:
I found that adding a random, unused font file (.ttf format) to the “Fonts” section under “Administration” resolved the problem.
Here’s a step-by-step guide:
- Navigate to the “Administration” section in your Xibo dashboard.
- Click on “Fonts”.
- Click the “Upload Font” button.
- Select any unused
.ttffont file from your computer. - Click “Upload” to add the font.
Explanation:
While the added font file might not be used in your layouts, it seems to trigger a caching mechanism in the client that prevents the redundant download of “fonts.css”.