we have migrated web from test to another hosting using plugin all in one migration. We deactivated woodmart theme at the old test website and registered it at new. Everything looks fine, but the icons stopped working – in development console there is error: Access to font at ‘oldURL/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=4.6.0’ from origin ‘new url’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
So it seems, that the font is still loading from the old url and not new one. Can you help me how to solve this problem?