Skip to content

Commit 98354b7

Browse files
authored
Emphasize replacing spaces with dashes
1 parent cba4e22 commit 98354b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

9898
It may be required to run `flutter clean` in apps who use this version for changes to appear.

0 commit comments

Comments
 (0)