I am facing a change in my letter spacing when i view my website on PC/Andriod/IOS.
The target is the (Brighter teeth in 30 seconds) title.
The code renders letter spacing off -1 pn the title :
h1 {
font-weight: 600 !important;
letter-spacing: -1px !important;
}
The middle picture, (PC) represents what the proper spacing look like.
For Andriod, the letter spacing seems to be getting smaller pushing the letters together
For IOS. the letter spacing seems to be getting bigger.
I have tried using
body {
-webkit-font-smoothing: antialiased !important;
text-rendering:optimizeLegibility !important;
-webkit-text-size-adjust: 100%;
}
but the difference isn’t there, the code is extensive so if any additional information is needed do let me know and I will provide them.
Thanks,
Sahel Wahdain


