You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# make install-fonts
mkdir -p ~/.local/share/fonts/
cp -v bower_components/patternfly/dist/fonts/*.ttf ~/.local/share/fonts/
cp: cannot stat ‘bower_components/patternfly/dist/fonts/*.ttf’: No such file or directory
Makefile:5: recipe for target 'install-fonts' failed
make: *** [install-fonts] Error 1
Solution:
bower install -S patternfly
make install-fonts
The text was updated successfully, but these errors were encountered: