Issue:
Icons are not rendering correctly in OpenReplay session replays and appear as crossed-out boxes, even though they display properly in the live React application.
Cause:
The icon font CSS is imported from node_modules and references font files using relative paths (e.g., ./webfont.woff2). While these paths resolve correctly at runtime in the application, the OpenReplay replay iframe cannot access node_modules paths.