File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ a public github repository or other public file sharing services.
8989* Go to the location of your custom font_awesome_flutter version (see [ setup] ( #setup ) )
9090* Download the desktop version of font awesome pro and open it
9191* Move ** all** ` .otf ` files from the ` otfs ` directory and ` icons.json ` from ` metadata ` to
92- ` path/to/your/font_awesome_flutter/lib/fonts ` . Replace existing files.
92+ ` path/to/your/font_awesome_flutter/lib/fonts ` . Replace existing files.
93+ * To prevent issues with the web and testing, make sure to ** replace spaces in the filenames with dashes** .
9394 * Newer versions might have an ` icon-families.json ` . If this is the case,
9495 move its contents to ` path/to/your/font_awesome_flutter/lib/fonts/icons.json ` .
95- * To prevent issues with the web and testing, make sure to replace spaces in the filenames with dashes.
9696* Run the configurator. It should say "Custom icons.json found"
9797
9898It may be required to run ` flutter clean ` in apps who use this version for changes to appear.
You can’t perform that action at this time.
0 commit comments