Google Fonts & FontAwesome Setup
Installing Google Fonts and FontAwesome Pro for Report Designer.
1. Installing Google Fonts
- Download Google Fonts from the official repository.
- Copy to system fonts directory:
sudo mkdir -p /usr/share/fonts/google sudo cp -r /path/to/fonts/* /usr/share/fonts/google/ - Rebuild font cache:
sudo fc-cache -f -v
Note: If you encounter "looped directory" errors, remove backup folders:
sudo rm -rf /root/google_backup/
2. Installing FontAwesome Pro (Version 6)
- Navigate to your FontAwesome Pro folder.
- Copy webfonts to system fonts:
sudo cp -r /path/to/fontawesome/webfonts/* /usr/share/fonts/fontawesome/ - Rebuild font cache:
sudo fc-cache -f -v
3. Using FontAwesome in Report Designer
- Select FontAwesome as the font in your report.
- Copy the actual glyph (not Unicode like
007) and paste directly into the text field.
4. Adding an Icon Picker
Create a UI component with a dropdown displaying FontAwesome icons. Use glyph values directly once selected.