Open replay icons issue

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.

What tracker version are you using?

it’s version 16 (“@openreplay/tracker”: “^16.4.10”,)

Are you recording sessions in localhost? Have you tried after deploying?