When importing a google font in outsystems the letter-spacing increases.
I imported DM Sans from google fonts with the @import rule, the font is showing on our Mobile app but it doesn't look as it's suppose to.
The only way it looks close to normal is if I add in
letter-spacing: -0.5px;
Does anyone know why this would happen or how to prevent it without using negative letter-spacing?
Thank you in advance.