Whenever I export a couple of articles from my production site to my development site, the imported one loses all its spacings (  elements). Has anyone ever encountered this?
I use Wordpress Importer; also tried different export/import plugins and they have the same effect.
To be more precise:
The export structure looks like this:
<span style="font-weight: 400;">block of text block of text block of text block of text block of text block of text block of text block of text block of text block of text block of text block of text block of text </span>
<span style="font-weight: 400;"> block of text block of text block of text block of text block of text block of text block of text block of text block of text </span>
After the import is complete, the structure looks like this:
<span style="font-weight: 400;"> block of text block of text block of text block of text block of text block of text block of text block of text block of text </span>
<span style="font-weight: 400;"> block of text block of text block of text block of text block of text block of text block of text block of text block of text </span>