Hi there, I'm developing a website and set the source " font- family: OpenSans -Bold ; ".
On desktop, source renders certain, but the Iphone it gets weird.
can you help me in this?
color: #2F2D2D;
padding: 0px;
margin: 0px 8px 8px 8px;
font-size: 15px;
-webkit-line-clamp: 3;
-webkit-box-orient:vertical;
font-weight: bold;
font-family: OpenSans-Bold;
max-width: 40vw;
display: block;
word-wrap: break-word;
overflow: hidden;
line-height: 17px;
text-rendering:optimizeLegibility;