Hi Corina,
Check using the browser’s developer tools, to see what css is being applied to the elements that aren’t being rendered correctly. From there you would see what selectors are being applied or not,
Then it’s just an issue of organizing your css files and directives to ensure that the desired directives are being applied to those elements. If it's not available in developer tool then it's for sure some weird issue with Operating system or System resolution.
Hope it helps!
Thanks & Regards,
Manikandan K
Hi Corina,
Try deleting your app locally and download a fresh copy from team server.
as you have mentioned it is working on colleague's machine.
Could be a cache issue.
Refresh your browser using CTRL-F5
Of that doesn't do the trick, run you app on port 81. This can be set
Project settings > runtime
Hello Corina,
You can download the 'Open Sans' font from Google fonts and paste the fonts in the fonts folder in your system. This way you can view the fonts locally.
Thank you
Have you customized index.html to load the font variants? Or are you following the instructions as per: https://docs.mendix.com/howto/front-end/customize-styling-new/#downloading-font-files ?
If neither is the case, then either too strict CSP settings or a missing {{cachebust}} parameter in the google URL might cause this.
hello all, i appreciate all of your help. i was able to fix the issue by performing a clean install of windows 11 on my machine. not sure how the same problem got to my laptop but i'm going to just try reinstalling mendix first before doing the clean install to see if that solves the issue on my laptop.