When using webshark without being connected to a network (inside closed network for malware analysis for example) the ui cannot load fonts and icons.
- Font: Roboto
- Font: Material Icons
This could be fixed by:
- Hosting the fonts locally on the webserver and fetching them from the internet at the same time as the docker image is built. That way the image can be moved into the offline network and serve the fonts.
- Baking in backup icons as SVG as a fallback or use unicode icons as fallback.
When using webshark without being connected to a network (inside closed network for malware analysis for example) the ui cannot load fonts and icons.
This could be fixed by: