If you've had issues with crtools downloading and extracting the fan kit, try the following:
- In your config file, add line
use_fankit=True
to the[Paths]
section - Download the fan kit from https://supr.cl/CRFanKit
- Extract the fan kit
- Create an empty folder called
fankit
in your output folder (specified in yourout
property in the[Paths]
section) - Copy the following folders to the
fankit
folder from the unzipped fan kitemotes
font
ui
- Make sure the folder, subfolders, and files have the correct permissions the be read by the web server. If not, correct them.
- Run
crtools
You're know you are successful if the site renders using the official Clash Royale font
Assuming a Linux web server, the files and folders typically need to be group
and world readable. To do that, assuming the path to your document root is
/var/www/html
, type:
chmod -R chmod -R g+r,o+r /var/www/html/fankit
Each time crtools runs, it will copy the old fan kit including the permissions, so you should only need to do this once.