I have a vue js app, that when viewed locally in Chrome on Windows, the text has a particular size. When I view it in production, it looks bigger. I verified that the CSS is identical (as it should be) via dev tools.
This is not the case for:
Chrome on Ubuntu
Firefox, in either Windows or Ubuntu
Edge on Windows
In all these cases, the font size is the same in development and in production. What could be the explanation?