To display levels using star icons from angular material, I wanted the stars to be shown next to each other. I attempted to achieve this by applying letter-spacing: -0.25rem;
, but unfortunately it did not render correctly on iOS platforms (resulting in spaces between the icons). I also experimented with adding text-rendering: optimizeSpeed;
and font-weight: normal;
, but the issue persisted on iOS browsers. Does anyone have a solution for this problem?